org.apache.geronimo.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: 766508 $, $Date: 2009-04-19 22:09:27 +0200 (Sun, 19 Apr 2009) $
Author:
Apache Geronimo Project

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 © 2003-2009 The Apache Software Foundation. All Rights Reserved.