|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.util.GetterPair
public class GetterPair
Value-object for rendering support of a simple property value (non-nested).
Constructor Summary | |
---|---|
GetterPair(EventPropertyGetter getter,
java.lang.String name,
OutputValueRenderer output)
Ctor. |
Method Summary | |
---|---|
EventPropertyGetter |
getGetter()
Returns the getter. |
java.lang.String |
getName()
Returns the property name. |
OutputValueRenderer |
getOutput()
Returns the renderer for the getter return value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetterPair(EventPropertyGetter getter, java.lang.String name, OutputValueRenderer output)
getter
- for retrieving the valuename
- property nameoutput
- for rendering the getter resultMethod Detail |
---|
public EventPropertyGetter getGetter()
public java.lang.String getName()
public OutputValueRenderer getOutput()
|
© 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 |