org.apache.aries.blueprint.mutable
Interface MutableCollectionMetadata
- All Superinterfaces:
- CollectionMetadata, Metadata, NonNullMetadata
- All Known Implementing Classes:
- CollectionMetadataImpl
public interface MutableCollectionMetadata
- extends CollectionMetadata
A mutable version of the CollectionMetadata that allows modifications.
- Version:
- $Rev$, $Date$
setCollectionClass
void setCollectionClass(Class clazz)
setValueType
void setValueType(String valueType)
addValue
void addValue(Metadata value)
removeValue
void removeValue(Metadata value)
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.