Class UDTSubPropertyDescriptor
java.lang.Object
java.beans.FeatureDescriptor
com.inductiveautomation.factorypmi.application.binding.UDTSubPropertyDescriptor
-
Constructor Summary
ConstructorsConstructorDescriptionUDTSubPropertyDescriptor
(FeatureDescriptor baseProperty, TagPath path) Creates a feature descriptor that represents a sub-property of a UDTProperty. -
Method Summary
Methods inherited from class java.beans.FeatureDescriptor
attributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue, toString
-
Constructor Details
-
UDTSubPropertyDescriptor
Creates a feature descriptor that represents a sub-property of a UDTProperty.- Parameters:
baseProperty
- The feature descriptor of the UDTProperty that contains this sub-prop.path
- The path of the sub-property.
-
-
Method Details
-
getPropertyType
-
getBaseProperty
The base UDTProperty that is the parent of this sub-property. -
getPath
The path (within the base property) of this sub property
-