|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.util.NestedGetterPair
public class NestedGetterPair
Value-object for rendering support of a nested property value.
Constructor Summary | |
---|---|
NestedGetterPair(EventPropertyGetter getter,
java.lang.String name,
RendererMeta metadata,
boolean isArray)
Ctor. |
Method Summary | |
---|---|
EventPropertyGetter |
getGetter()
Returns the getter. |
RendererMeta |
getMetadata()
Returns the nested property's metadata. |
java.lang.String |
getName()
Returns the property name. |
boolean |
isArray()
Returns true if an indexed nested property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NestedGetterPair(EventPropertyGetter getter, java.lang.String name, RendererMeta metadata, boolean isArray)
getter
- for retrieving the valuename
- property namemetadata
- the nested properties metadataisArray
- indicates whether this is an indexed propertyMethod Detail |
---|
public EventPropertyGetter getGetter()
public java.lang.String getName()
public RendererMeta getMetadata()
public boolean isArray()
|
© 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 |