com.espertech.esper.event.property
Class PropertyBase
java.lang.Object
com.espertech.esper.event.property.PropertyBase
- All Implemented Interfaces:
- Property
- Direct Known Subclasses:
- DynamicIndexedProperty, DynamicMappedProperty, DynamicSimpleProperty, IndexedProperty, MappedProperty, SimpleProperty
public abstract class PropertyBase
- extends Object
- implements Property
All properties have a property name and this is the abstract base class that serves up the property name.
Method Summary |
String |
getPropertyNameAtomic()
Returns the atomic property name, which is a part of all of the full (complex) property name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertyNameAtomic
protected String propertyNameAtomic
- Property name.
PropertyBase
public PropertyBase(String propertyName)
- Ctor.
- Parameters:
propertyName
- is the name of the property
getPropertyNameAtomic
public String getPropertyNameAtomic()
- Returns the atomic property name, which is a part of all of the full (complex) property name.
- Returns:
- atomic name of property