public class AXValueSource extends Object
| Constructor and Description |
|---|
AXValueSource() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute()
The name of the relevant attribute, if any.
|
AXValue |
getAttributeValue()
The value of the relevant attribute, if any.
|
Boolean |
getInvalid()
Whether the value for this property is invalid.
|
String |
getInvalidReason()
Reason for the value being invalid, if it is.
|
AXValueNativeSourceType |
getNativeSource()
The native markup source for this value, e.g.
|
AXValue |
getNativeSourceValue()
The value, such as a node or node list, of the native source.
|
Boolean |
getSuperseded()
Whether this source is superseded by a higher priority source.
|
AXValueSourceType |
getType()
What type of source this is.
|
AXValue |
getValue()
The value of this property source.
|
void |
setAttribute(String attribute)
The name of the relevant attribute, if any.
|
void |
setAttributeValue(AXValue attributeValue)
The value of the relevant attribute, if any.
|
void |
setInvalid(Boolean invalid)
Whether the value for this property is invalid.
|
void |
setInvalidReason(String invalidReason)
Reason for the value being invalid, if it is.
|
void |
setNativeSource(AXValueNativeSourceType nativeSource)
The native markup source for this value, e.g.
|
void |
setNativeSourceValue(AXValue nativeSourceValue)
The value, such as a node or node list, of the native source.
|
void |
setSuperseded(Boolean superseded)
Whether this source is superseded by a higher priority source.
|
void |
setType(AXValueSourceType type)
What type of source this is.
|
void |
setValue(AXValue value)
The value of this property source.
|
public AXValueSourceType getType()
public void setType(AXValueSourceType type)
public AXValue getValue()
public void setValue(AXValue value)
public String getAttribute()
public void setAttribute(String attribute)
public AXValue getAttributeValue()
public void setAttributeValue(AXValue attributeValue)
public Boolean getSuperseded()
public void setSuperseded(Boolean superseded)
public AXValueNativeSourceType getNativeSource()
public void setNativeSource(AXValueNativeSourceType nativeSource)
public AXValue getNativeSourceValue()
public void setNativeSourceValue(AXValue nativeSourceValue)
public Boolean getInvalid()
public void setInvalid(Boolean invalid)
public String getInvalidReason()
public void setInvalidReason(String invalidReason)
Copyright © 2020. All rights reserved.