Interface MapMetadata
- All Superinterfaces:
Metadata, NonNullMetadata
Metadata for a Map based value.
This is specified by the map element.
- Version:
- $Revision: 7563 $
-
Method Summary
Modifier and TypeMethodDescriptionReturn the entries for the map.Return the name of the type of the map keys.Return the name of the type of the map values.
-
Method Details
-
getKeyType
String getKeyType()Return the name of the type of the map keys. This is specified by thekey-typeattribute of the map.- Returns:
- The name of the type of the map keys, or
nullif none is specified.
-
getValueType
String getValueType()Return the name of the type of the map values. This is specified by thevalue-typeattribute of the map.- Returns:
- The name of the type of the map values, or
nullif none is specified.
-
getEntries
-