org.apache.geronimo.blueprint.mutable
Interface MutablePropsMetadata
- All Superinterfaces:
- Metadata, NonNullMetadata, PropsMetadata
- All Known Implementing Classes:
- PropsMetadataImpl
public interface MutablePropsMetadata
- extends PropsMetadata
A mutable version of the PropsMetadata that allows modifications.
- Version:
- $Rev: 766508 $, $Date: 2009-04-19 22:09:27 +0200 (Sun, 19 Apr 2009) $
- Author:
- Apache Geronimo Project
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.