org.apache.geronimo.blueprint.mutable
Interface MutableMapMetadata
- All Superinterfaces:
- MapMetadata, Metadata, NonNullMetadata
- All Known Implementing Classes:
- MapMetadataImpl
public interface MutableMapMetadata
- extends MapMetadata
A mutable version of the MapMetadata that allows modifications.
- Version:
- $Rev: 766508 $, $Date: 2009-04-19 22:09:27 +0200 (Sun, 19 Apr 2009) $
- Author:
- Apache Geronimo Project
setKeyType
void setKeyType(String keyType)
setValueType
void setValueType(String valueType)
addEntry
void addEntry(MapEntry entry)
addEntry
MapEntry addEntry(NonNullMetadata key,
Metadata value)
removeEntry
void removeEntry(MapEntry entry)
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.