| Modifier and Type | Field and Description |
|---|---|
Object |
key |
Map<?,?> |
map |
protected ElementSchema.MapInfo |
mapInfo |
Object |
value |
Class<?> |
valueClazz |
| Constructor and Description |
|---|
MapEntryImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
clear map, key and value
|
Object |
getEntryKey()
getter of key
|
Object |
getEntryValue()
getter of value
|
Map |
getMap()
getter of associated map
|
ElementSchema.MapInfo |
getMapInfo()
getter of map info
|
boolean |
isEntryReady() |
boolean |
isKey(String name)
given a attribute/tag name, return true if it is the name of
attribute/tag name.
|
boolean |
isKeyPresent() |
boolean |
isValue(String name)
given a attribute/tag name, return true if it is the name of
attribute/tag value.
|
void |
set(Map map,
ElementSchema.MapInfo mapInfo)
setter of associated map
|
void |
setEntryKey(Object value)
setter of key
|
void |
setEntryValue(Object value)
setter of value
|
public Object key
public Map<?,?> map
protected ElementSchema.MapInfo mapInfo
public Object value
public Class<?> valueClazz
public void clear()
MapEntrypublic Object getEntryKey()
MapEntrygetEntryKey in interface MapEntrypublic Object getEntryValue()
MapEntrygetEntryValue in interface MapEntrypublic boolean isEntryReady()
isEntryReady in interface MapEntrypublic boolean isKey(String name)
MapEntrypublic boolean isValue(String name)
MapEntrypublic void setEntryKey(Object value)
MapEntrysetEntryKey in interface MapEntrypublic void setEntryValue(Object value)
MapEntrysetEntryValue in interface MapEntrypublic void set(Map map, ElementSchema.MapInfo mapInfo)
MapEntrypublic ElementSchema.MapInfo getMapInfo()
MapEntrygetMapInfo in interface MapEntrypublic boolean isKeyPresent()
isKeyPresent in interface MapEntryCopyright © 2016. All rights reserved.