public class GetterPair extends Object
Constructor and Description |
---|
GetterPair(EventPropertyGetter getter,
String name,
OutputValueRenderer output)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventPropertyGetter |
getGetter()
Returns the getter.
|
String |
getName()
Returns the property name.
|
OutputValueRenderer |
getOutput()
Returns the renderer for the getter return value.
|
public GetterPair(EventPropertyGetter getter, String name, OutputValueRenderer output)
getter
- for retrieving the valuename
- property nameoutput
- for rendering the getter resultpublic EventPropertyGetter getGetter()
public String getName()
public OutputValueRenderer getOutput()