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(Class clazz) |
void |
setValueType(String valueType) |
Copyright © 2016. All rights reserved.