public interface MutableCollectionMetadata
extends org.osgi.service.blueprint.reflect.CollectionMetadata
CollectionMetadata that allows modifications.| Modifier and Type | Method and Description |
|---|---|
void |
addValue(org.osgi.service.blueprint.reflect.Metadata value) |
void |
removeValue(org.osgi.service.blueprint.reflect.Metadata value) |
void |
setCollectionClass(java.lang.Class clazz) |
void |
setValueType(java.lang.String valueType) |