Class UDTPropertyNode
java.lang.Object
com.inductiveautomation.factorypmi.application.binding.util.UDTPropertyNode
- All Implemented Interfaces:
PropertyNode
This property node represents a sub-tag of a UDT property. Note that the actual UDT property will be represented by a
DynamicPropertyNode for the dynamic property, whose data type will be UDTProperty.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUDTPropertyNode
(PropertyNode baseProperty, UDTSubPropertyDescriptor subProperty) -
Method Summary
-
Field Details
-
UDT_SUBPROP_SEP
- See Also:
-
-
Constructor Details
-
UDTPropertyNode
-
-
Method Details
-
equals
-
getBaseProperty
-
getParent
Description copied from interface:PropertyNode
The component that this property belongs to- Specified by:
getParent
in interfacePropertyNode
-
getTagPath
-
getProperty
Description copied from interface:PropertyNode
The property for this node. Either aPropertyDescriptor
or aDynamicPropertyDescriptor
.- Specified by:
getProperty
in interfacePropertyNode
-
getQValue
- Specified by:
getQValue
in interfacePropertyNode
-
setValue
Description copied from interface:PropertyNode
Sets the value on the parent for this property to the given value- Specified by:
setValue
in interfacePropertyNode
- Throws:
Exception
-
getType
- Specified by:
getType
in interfacePropertyNode
-
getPath
Description copied from interface:PropertyNode
Calculates the path to this property- Specified by:
getPath
in interfacePropertyNode
-