public interface MapMetadata extends NonNullMetadata
This is specified by the map
element.
Modifier and Type | Method and Description |
---|---|
java.util.List<MapEntry> |
getEntries()
Return the entries for the map.
|
java.lang.String |
getKeyType()
Return the name of the type of the map keys.
|
java.lang.String |
getValueType()
Return the name of the type of the map values.
|
java.lang.String getKeyType()
key-type
attribute of the map.null
if none is
specified.java.lang.String getValueType()
value-type
attribute of the map.null
if none
is specified.