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:PropertyNodeThe component that this property belongs to- Specified by:
 getParentin interfacePropertyNode
 - 
getTagPath
 - 
getProperty
Description copied from interface:PropertyNodeThe property for this node. Either aPropertyDescriptoror aDynamicPropertyDescriptor.- Specified by:
 getPropertyin interfacePropertyNode
 - 
getQValue
- Specified by:
 getQValuein interfacePropertyNode
 - 
setValue
Description copied from interface:PropertyNodeSets the value on the parent for this property to the given value- Specified by:
 setValuein interfacePropertyNode- Throws:
 Exception
 - 
getType
- Specified by:
 getTypein interfacePropertyNode
 - 
getPath
Description copied from interface:PropertyNodeCalculates the path to this property- Specified by:
 getPathin interfacePropertyNode
 
 -