com.espertech.esper.event.util
Class NestedGetterPair

java.lang.Object
  extended by com.espertech.esper.event.util.NestedGetterPair

public class NestedGetterPair
extends java.lang.Object

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

NestedGetterPair

public NestedGetterPair(EventPropertyGetter getter,
                        java.lang.String name,
                        RendererMeta metadata,
                        boolean isArray)
Ctor.

Parameters:
getter - for retrieving the value
name - property name
metadata - the nested properties metadata
isArray - indicates whether this is an indexed property
Method Detail

getGetter

public EventPropertyGetter getGetter()
Returns the getter.

Returns:
getter

getName

public java.lang.String getName()
Returns the property name.

Returns:
property name

getMetadata

public RendererMeta getMetadata()
Returns the nested property's metadata.

Returns:
metadata

isArray

public boolean isArray()
Returns true if an indexed nested property.

Returns:
indicator whether indexed

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com