Class PropertyBase
java.lang.Object
com.espertech.esper.common.internal.event.property.PropertyBase
- All Implemented Interfaces:
Property
- Direct Known Subclasses:
DynamicIndexedProperty
,DynamicMappedProperty
,DynamicSimpleProperty
,IndexedProperty
,MappedProperty
,SimpleProperty
All properties have a property name and this is the abstract base class that serves up the property name.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the atomic property name, which is a part of all of the full (complex) property name.boolean
Returns true for dynamic properties.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.espertech.esper.common.internal.event.property.Property
getGetter, getGetterDOM, getGetterDOM, getGetterMap, getGetterObjectArray, getPropertyType, getPropertyTypeMap, getPropertyTypeSchema, toPropertyArray, toPropertyEPL
-
Field Details
-
propertyNameAtomic
Property name.
-
-
Constructor Details
-
PropertyBase
Ctor.- Parameters:
propertyName
- is the name of the property
-
-
Method Details
-
getPropertyNameAtomic
Returns the atomic property name, which is a part of all of the full (complex) property name.- Specified by:
getPropertyNameAtomic
in interfaceProperty
- Returns:
- atomic name of property
-
isDynamic
public boolean isDynamic()Description copied from interface:Property
Returns true for dynamic properties.
-