public class AXValue extends Object
| Constructor and Description |
|---|
AXValue() |
| Modifier and Type | Method and Description |
|---|---|
List<AXRelatedNode> |
getRelatedNodes()
One or more related nodes, if applicable.
|
List<AXValueSource> |
getSources()
The sources which contributed to the computation of this property.
|
AXValueType |
getType()
The type of this value.
|
Object |
getValue()
The computed value of this property.
|
void |
setRelatedNodes(List<AXRelatedNode> relatedNodes)
One or more related nodes, if applicable.
|
void |
setSources(List<AXValueSource> sources)
The sources which contributed to the computation of this property.
|
void |
setType(AXValueType type)
The type of this value.
|
void |
setValue(Object value)
The computed value of this property.
|
public AXValueType getType()
public void setType(AXValueType type)
public Object getValue()
public void setValue(Object value)
public List<AXRelatedNode> getRelatedNodes()
public void setRelatedNodes(List<AXRelatedNode> relatedNodes)
public List<AXValueSource> getSources()
public void setSources(List<AXValueSource> sources)
Copyright © 2020. All rights reserved.