|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.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 |
propertyNameAtomic
Property name. |
Constructor Summary | |
---|---|
PropertyBase(java.lang.String propertyName)
Ctor. |
Method Summary | |
---|---|
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. |
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.event.property.Property |
---|
getGetter, getGetterDOM, getGetterDOM, getGetterMap, getGetterObjectArray, getPropertyType, getPropertyTypeGeneric, getPropertyTypeMap, getPropertyTypeSchema, toPropertyArray, toPropertyEPL |
Field Detail |
---|
protected java.lang.String propertyNameAtomic
Constructor Detail |
---|
public PropertyBase(java.lang.String propertyName)
propertyName
- is the name of the propertyMethod Detail |
---|
public java.lang.String getPropertyNameAtomic()
getPropertyNameAtomic
in interface Property
public boolean isDynamic()
Property
isDynamic
in interface Property
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |