Class StaticPropertyNode
java.lang.Object
com.inductiveautomation.factorypmi.application.binding.util.StaticPropertyNode
- All Implemented Interfaces:
 PropertyNode
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
StaticPropertyNode
 
 - 
 - 
Method Details
- 
equals
 - 
getParent
Description copied from interface:PropertyNodeThe component that this property belongs to- Specified by:
 getParentin interfacePropertyNode
 - 
getProperty
Description copied from interface:PropertyNodeThe property for this node. Either aPropertyDescriptoror aDynamicPropertyDescriptor.- Specified by:
 getPropertyin interfacePropertyNode
 - 
getType
- Specified by:
 getTypein 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
 - 
toString
 - 
getPath
Description copied from interface:PropertyNodeCalculates the path to this property- Specified by:
 getPathin interfacePropertyNode
 
 -