Class AXValue

java.lang.Object
io.webfolder.cdp.type.accessibility.AXValue

public class AXValue extends Object
A single computed AX property.
  • Constructor Details

    • AXValue

      public AXValue()
  • Method Details

    • getType

      public AXValueType getType()
      The type of this value.
    • setType

      public void setType(AXValueType type)
      The type of this value.
    • getValue

      public Object getValue()
      The computed value of this property.
    • setValue

      public void setValue(Object value)
      The computed value of this property.
    • getRelatedNodes

      public List<AXRelatedNode> getRelatedNodes()
      One or more related nodes, if applicable.
    • setRelatedNodes

      public void setRelatedNodes(List<AXRelatedNode> relatedNodes)
      One or more related nodes, if applicable.
    • getSources

      public List<AXValueSource> getSources()
      The sources which contributed to the computation of this property.
    • setSources

      public void setSources(List<AXValueSource> sources)
      The sources which contributed to the computation of this property.
    • toString

      public String toString()
      Overrides:
      toString in class Object