public abstract class PropertyBase extends Object implements Property
Modifier and Type | Field and Description |
---|---|
protected String |
propertyNameAtomic
Property name.
|
Constructor and Description |
---|
PropertyBase(String propertyName)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getPropertyNameAtomic()
Returns the atomic property name, which is a part of all of the full (complex) property name.
|
boolean |
isDynamic()
Returns true for dynamic properties.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getGetter, getGetterDOM, getGetterDOM, getGetterMap, getGetterObjectArray, getPropertyType, getPropertyTypeGeneric, getPropertyTypeMap, getPropertyTypeSchema, toPropertyArray, toPropertyEPL
protected String propertyNameAtomic
public PropertyBase(String propertyName)
propertyName
- is the name of the propertypublic String getPropertyNameAtomic()
getPropertyNameAtomic
in interface Property