|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.event.property.PropertyBase
public abstract class PropertyBase
All properties have a property name and this is the abstract base class that serves up the property name.
Field Summary | |
---|---|
protected java.lang.String |
propertyName
Property name. |
Constructor Summary | |
---|---|
PropertyBase(java.lang.String propertyName)
Ctor. |
Method Summary | |
---|---|
java.lang.String |
getPropertyName()
Returns the property name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.esper.event.property.Property |
---|
getGetter, getPropertyType |
Field Detail |
---|
protected java.lang.String propertyName
Constructor Detail |
---|
public PropertyBase(java.lang.String propertyName)
propertyName
- is the name of the propertyMethod Detail |
---|
public java.lang.String getPropertyName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |