@ConsumerType public interface MapMetadata extends NonNullMetadata
This is specified by the map
element.
Modifier and Type | Method and Description |
---|---|
List<MapEntry> |
getEntries()
Return the entries for the map.
|
String |
getKeyType()
Return the name of the type of the map keys.
|
String |
getValueType()
Return the name of the type of the map values.
|
String getKeyType()
key-type
attribute of the map.null
if none is
specified.String getValueType()
value-type
attribute of the map.null
if none
is specified.Copyright © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0