Class DynamicPropertyNode
java.lang.Object
com.inductiveautomation.factorypmi.application.binding.util.DynamicPropertyNode
- All Implemented Interfaces:
- PropertyNode
- 
Constructor SummaryConstructorsConstructorDescriptionDynamicPropertyNode(DynamicPropertyDescriptor property, DynamicPropertyProvider parent) 
- 
Method Summary
- 
Constructor Details- 
DynamicPropertyNode
 
- 
- 
Method Details- 
equals
- 
getParentDescription copied from interface:PropertyNodeThe component that this property belongs to- Specified by:
- getParentin interface- PropertyNode
 
- 
getPropertyDescription copied from interface:PropertyNodeThe property for this node. Either aPropertyDescriptoror aDynamicPropertyDescriptor.- Specified by:
- getPropertyin interface- PropertyNode
 
- 
getType- Specified by:
- getTypein 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
 
- 
toString
- 
getPathDescription copied from interface:PropertyNodeCalculates the path to this property- Specified by:
- getPathin interface- PropertyNode
 
 
-