net.esper.event.property
Class PropertyBase
java.lang.Object
net.esper.event.property.PropertyBase
- All Implemented Interfaces:
- Property
- Direct Known Subclasses:
- 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertyName
protected String propertyName
- Property name.
PropertyBase
public PropertyBase(String propertyName)
- Ctor.
- Parameters:
propertyName
- is the name of the property
getPropertyName
public String getPropertyName()
- Returns the property name.
- Returns:
- name of property