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
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.