org.apache.aries.blueprint.mutable
Interface MutableCollectionMetadata
- All Superinterfaces:
- org.osgi.service.blueprint.reflect.CollectionMetadata, org.osgi.service.blueprint.reflect.Metadata, org.osgi.service.blueprint.reflect.NonNullMetadata
- All Known Implementing Classes:
- CollectionMetadataImpl
public interface MutableCollectionMetadata
- extends org.osgi.service.blueprint.reflect.CollectionMetadata
A mutable version of the CollectionMetadata
that allows modifications.
- Version:
- $Rev: 896324 $, $Date: 2010-01-06 06:05:04 +0000 (Wed, 06 Jan 2010) $
Methods inherited from interface org.osgi.service.blueprint.reflect.CollectionMetadata |
getCollectionClass, getValues, getValueType |
setCollectionClass
void setCollectionClass(Class clazz)
setValueType
void setValueType(String valueType)
addValue
void addValue(org.osgi.service.blueprint.reflect.Metadata value)
removeValue
void removeValue(org.osgi.service.blueprint.reflect.Metadata value)
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.