public interface MutableMapMetadata
extends org.osgi.service.blueprint.reflect.MapMetadata
MapMetadata
that allows modifications.Modifier and Type | Method and Description |
---|---|
void |
addEntry(org.osgi.service.blueprint.reflect.MapEntry entry) |
org.osgi.service.blueprint.reflect.MapEntry |
addEntry(org.osgi.service.blueprint.reflect.NonNullMetadata key,
org.osgi.service.blueprint.reflect.Metadata value) |
void |
removeEntry(org.osgi.service.blueprint.reflect.MapEntry entry) |
void |
setKeyType(String keyType) |
void |
setValueType(String valueType) |
void setKeyType(String keyType)
void setValueType(String valueType)
void addEntry(org.osgi.service.blueprint.reflect.MapEntry entry)
org.osgi.service.blueprint.reflect.MapEntry addEntry(org.osgi.service.blueprint.reflect.NonNullMetadata key, org.osgi.service.blueprint.reflect.Metadata value)
void removeEntry(org.osgi.service.blueprint.reflect.MapEntry entry)
Copyright © 2016. All rights reserved.