-
public final class AXProperty
-
-
Field Summary
Fields Modifier and Type Field Description private final AXPropertyNamenameprivate final AXValuevalue
-
Constructor Summary
Constructors Constructor Description AXProperty(AXPropertyName name, AXValue value)
-
Method Summary
Modifier and Type Method Description final AXPropertyNamecomponent1()final AXValuecomponent2()final AXPropertycopy(AXPropertyName name, AXValue value)final AXPropertyNamegetName()The name of this property. final AXValuegetValue()The value of this property. -
-
Constructor Detail
-
AXProperty
AXProperty(AXPropertyName name, AXValue value)
-
-
Method Detail
-
component1
final AXPropertyName component1()
-
component2
final AXValue component2()
-
copy
final AXProperty copy(AXPropertyName name, AXValue value)
-
getName
final AXPropertyName getName()
The name of this property.
-
-
-
-