|
OSGi™ Compendium Release 5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MapMetadata
Metadata for a Map based value.
This is specified by the map element.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.java.util.List<MapEntry> getEntries()
MapEntry objects for each entry in
the map. The List is empty if no entries are specified for the
map.
|
OSGi™ Compendium Release 5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||