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$

Method Summary
 void addValue(Metadata value)
           
 void removeValue(Metadata value)
           
 void setCollectionClass(Class clazz)
           
 void setValueType(String valueType)
           
 
Methods inherited from interface org.osgi.service.blueprint.reflect.CollectionMetadata
getCollectionClass, getValues, getValueType
 

Method Detail

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.