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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionUDTPropertyNode(PropertyNode baseProperty, UDTSubPropertyDescriptor subProperty) 
- 
Method Summary
- 
Field Details- 
UDT_SUBPROP_SEP- See Also:
 
 
- 
- 
Constructor Details- 
UDTPropertyNode
 
- 
- 
Method Details- 
equals
- 
getBaseProperty
- 
getParentDescription copied from interface:PropertyNodeThe component that this property belongs to- Specified by:
- getParentin interface- PropertyNode
 
- 
getTagPath
- 
getPropertyDescription copied from interface:PropertyNodeThe property for this node. Either aPropertyDescriptoror aDynamicPropertyDescriptor.- Specified by:
- getPropertyin interface- PropertyNode
 
- 
getQValue- Specified by:
- getQValuein interface- PropertyNode
 
- 
setValueDescription copied from interface:PropertyNodeSets the value on the parent for this property to the given value- Specified by:
- setValuein interface- PropertyNode
- Throws:
- Exception
 
- 
getType- Specified by:
- getTypein interface- PropertyNode
 
- 
getPathDescription copied from interface:PropertyNodeCalculates the path to this property- Specified by:
- getPathin interface- PropertyNode
 
 
-