public abstract class PropertyBase extends java.lang.Object implements Property
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
propertyNameAtomic
Property name.
|
Constructor and Description |
---|
PropertyBase(java.lang.String propertyName)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.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
public PropertyBase(java.lang.String propertyName)
propertyName
- is the name of the propertypublic java.lang.String getPropertyNameAtomic()
getPropertyNameAtomic
in interface Property