Class UDTSubPropertyDescriptor
java.lang.Object
java.beans.FeatureDescriptor
com.inductiveautomation.factorypmi.application.binding.UDTSubPropertyDescriptor
- 
Constructor SummaryConstructorsConstructorDescriptionUDTSubPropertyDescriptor(FeatureDescriptor baseProperty, TagPath path) Creates a feature descriptor that represents a sub-property of a UDTProperty.
- 
Method SummaryMethods inherited from class java.beans.FeatureDescriptorattributeNames, getDisplayName, getName, getShortDescription, getValue, isExpert, isHidden, isPreferred, setDisplayName, setExpert, setHidden, setName, setPreferred, setShortDescription, setValue, toString
- 
Constructor Details- 
UDTSubPropertyDescriptorCreates 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
- 
getBasePropertyThe base UDTProperty that is the parent of this sub-property.
- 
getPathThe path (within the base property) of this sub property
 
-