public class UDTSubPropertyDescriptor
extends java.beans.FeatureDescriptor
| Constructor and Description |
|---|
UDTSubPropertyDescriptor(java.beans.FeatureDescriptor baseProperty,
TagPath path)
Creates a feature descriptor that represents a sub-property of a UDTProperty.
|
| Modifier and Type | Method and Description |
|---|---|
java.beans.FeatureDescriptor |
getBaseProperty()
The base UDTProperty that is the parent of this sub-property.
|
TagPath |
getPath()
The path (within the base property) of this sub property
|
java.lang.Class<?> |
getPropertyType() |
public UDTSubPropertyDescriptor(java.beans.FeatureDescriptor baseProperty,
TagPath path)
baseProperty - The feature descriptor of the UDTProperty that contains this sub-prop.path - The path of the sub-property.public java.lang.Class<?> getPropertyType()
public java.beans.FeatureDescriptor getBaseProperty()
public TagPath getPath()