Class UDTSubPropertyDescriptor
- java.lang.Object
 - 
- java.beans.FeatureDescriptor
 - 
- com.inductiveautomation.factorypmi.application.binding.UDTSubPropertyDescriptor
 
 
 
- 
public class UDTSubPropertyDescriptor extends java.beans.FeatureDescriptor 
- 
- 
Constructor Summary
Constructors Constructor Description UDTSubPropertyDescriptor(java.beans.FeatureDescriptor baseProperty, TagPath path)Creates a feature descriptor that represents a sub-property of a UDTProperty. 
- 
Method Summary
All 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
- 
UDTSubPropertyDescriptor
public 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
- 
getPropertyType
public java.lang.Class<?> getPropertyType()
 
- 
getBaseProperty
public java.beans.FeatureDescriptor getBaseProperty()
The base UDTProperty that is the parent of this sub-property. 
- 
getPath
public TagPath getPath()
The path (within the base property) of this sub property 
 - 
 
 -