public class NestedGetterPair extends Object
Constructor and Description |
---|
NestedGetterPair(EventPropertyGetter getter,
String name,
RendererMeta metadata,
boolean isArray)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
EventPropertyGetter |
getGetter()
Returns the getter.
|
RendererMeta |
getMetadata()
Returns the nested property's metadata.
|
String |
getName()
Returns the property name.
|
boolean |
isArray()
Returns true if an indexed nested property.
|
public NestedGetterPair(EventPropertyGetter getter, String name, RendererMeta metadata, boolean isArray)
getter
- for retrieving the valuename
- property namemetadata
- the nested properties metadataisArray
- indicates whether this is an indexed propertypublic EventPropertyGetter getGetter()
public String getName()
public RendererMeta getMetadata()
public boolean isArray()
Copyright © 2005–2018. All rights reserved.