Class DynamicPropertyNode
java.lang.Object
com.inductiveautomation.factorypmi.application.binding.util.DynamicPropertyNode
- All Implemented Interfaces:
PropertyNode
-
Constructor Summary
ConstructorsConstructorDescriptionDynamicPropertyNode
(DynamicPropertyDescriptor property, DynamicPropertyProvider parent) -
Method Summary
-
Constructor Details
-
DynamicPropertyNode
-
-
Method Details
-
equals
-
getParent
Description copied from interface:PropertyNode
The component that this property belongs to- Specified by:
getParent
in interfacePropertyNode
-
getProperty
Description copied from interface:PropertyNode
The property for this node. Either aPropertyDescriptor
or aDynamicPropertyDescriptor
.- Specified by:
getProperty
in interfacePropertyNode
-
getType
- Specified by:
getType
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
-
toString
-
getPath
Description copied from interface:PropertyNode
Calculates the path to this property- Specified by:
getPath
in interfacePropertyNode
-