|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.ExplicitPropertyDescriptor
public class ExplicitPropertyDescriptor
Descriptor for explicit properties for use with BaseConfigurableEventType
.
Constructor Summary | |
---|---|
ExplicitPropertyDescriptor(EventPropertyDescriptor descriptor,
EventPropertyGetter getter,
boolean fragmentArray,
java.lang.String optionalFragmentTypeName)
Ctor. |
Method Summary | |
---|---|
EventPropertyDescriptor |
getDescriptor()
Returns the property descriptor. |
EventPropertyGetter |
getGetter()
Returns the getter. |
java.lang.String |
getOptionalFragmentTypeName()
Returns the fragment event type name, or null if none defined. |
boolean |
isFragmentArray()
Returns true if an indexed, or false if not indexed. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExplicitPropertyDescriptor(EventPropertyDescriptor descriptor, EventPropertyGetter getter, boolean fragmentArray, java.lang.String optionalFragmentTypeName)
descriptor
- property descriptorgetter
- getter for valuesfragmentArray
- true if array fragmentoptionalFragmentTypeName
- null if not a fragment, else fragment type nameMethod Detail |
---|
public EventPropertyDescriptor getDescriptor()
public EventPropertyGetter getGetter()
public java.lang.String getOptionalFragmentTypeName()
public boolean isFragmentArray()
public java.lang.String toString()
toString
in class java.lang.Object
|
© 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 |