org.apache.geronimo.blueprint.mutable
Interface MutableValueMetadata
- All Superinterfaces:
- Metadata, NonNullMetadata, ValueMetadata
- All Known Implementing Classes:
- ValueMetadataImpl
public interface MutableValueMetadata
- extends ValueMetadata
A mutable version of the ValueMetadata that allows modifications.
- Version:
- $Rev: 766508 $, $Date: 2009-04-19 22:09:27 +0200 (Sun, 19 Apr 2009) $
- Author:
- Apache Geronimo Project
setStringValue
void setStringValue(String stringValue)
setType
void setType(String type)
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.