Class UDTSubPropertyDescriptor

java.lang.Object
java.beans.FeatureDescriptor
com.inductiveautomation.factorypmi.application.binding.UDTSubPropertyDescriptor

public class UDTSubPropertyDescriptor extends FeatureDescriptor
  • Constructor Details

    • UDTSubPropertyDescriptor

      public UDTSubPropertyDescriptor(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 Details

    • getPropertyType

      public Class<?> getPropertyType()
    • getBaseProperty

      public 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