Class UDTSubPropertyDescriptor
- java.lang.Object
- 
- java.beans.FeatureDescriptor
- 
- com.inductiveautomation.factorypmi.application.binding.UDTSubPropertyDescriptor
 
 
- 
 public class UDTSubPropertyDescriptor extends java.beans.FeatureDescriptor
- 
- 
Constructor SummaryConstructors Constructor Description UDTSubPropertyDescriptor(java.beans.FeatureDescriptor baseProperty, TagPath path)Creates a feature descriptor that represents a sub-property of a UDTProperty.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.beans.FeatureDescriptorgetBaseProperty()The base UDTProperty that is the parent of this sub-property.TagPathgetPath()The path (within the base property) of this sub propertyjava.lang.Class<?>getPropertyType()
 
- 
- 
- 
Constructor Detail- 
UDTSubPropertyDescriptorpublic UDTSubPropertyDescriptor(java.beans.FeatureDescriptor baseProperty, TagPath path)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 Detail- 
getPropertyTypepublic java.lang.Class<?> getPropertyType() 
 - 
getBasePropertypublic java.beans.FeatureDescriptor getBaseProperty() The base UDTProperty that is the parent of this sub-property.
 - 
getPathpublic TagPath getPath() The path (within the base property) of this sub property
 
- 
 
-