public class NestedProperty extends BaseProperty
Property
instance which contains another property. The contained property may be nested property on its own.
The name of this property is in the "prop1.prop2" format.Constructor and Description |
---|
NestedProperty(Property nestedProperty,
Property realProperty)
Nests the given property in a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
NestedProperty |
getNestedProperty()
Returns the nested property.
|
Property |
getRealProperty()
Returns the actual property.
|
boolean |
isSupportType()
Returns the support type.
|
void |
setNestedProperty(NestedProperty nestedProperty)
Sets the nested property.
|
void |
setRealProperty(Property realProperty)
Returns the actual property.
|
void |
setSupportType(boolean supportType)
Sets the support type.
|
getAttributeDescription, getAttributeName, getBeanType, getGetter, getName, getSetter, getTargetType, hasAttributeDescription, setAttributeDescription, setAttributeName, setBeanType, setGetter, setHasAttributeDescription, setName, setSetter, setTargetType
public NestedProperty getNestedProperty()
public void setNestedProperty(NestedProperty nestedProperty)
nestedProperty
- the nestedProperty to setpublic Property getRealProperty()
public void setRealProperty(Property realProperty)
realProperty
- the realProperty to setpublic boolean isSupportType()
true
if it is a support type.public void setSupportType(boolean supportType)
supportType
- true
if it is a support type.