public class AXProperty extends Object
| Constructor and Description |
|---|
AXProperty() |
| Modifier and Type | Method and Description |
|---|---|
AXPropertyName |
getName()
The name of this property.
|
AXValue |
getValue()
The value of this property.
|
void |
setName(AXPropertyName name)
The name of this property.
|
void |
setValue(AXValue value)
The value of this property.
|
public AXPropertyName getName()
public void setName(AXPropertyName name)
public AXValue getValue()
public void setValue(AXValue value)
Copyright © 2020. All rights reserved.