public interface MapEntry
| 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
|
ElementSchema.MapInfo getMapInfo()
boolean isKey(String name)
name - boolean isValue(String name)
name - void setEntryKey(Object value)
value - void setEntryValue(Object value)
value - Object getEntryKey()
Object getEntryValue()
boolean isEntryReady()
void set(Map map, ElementSchema.MapInfo mapInfo)
map - Map getMap()
void clear()
boolean isKeyPresent()
Copyright © 2016. All rights reserved.