org.apache.aries.blueprint.mutable
Interface MutableValueMetadata
- All Superinterfaces:
- org.osgi.service.blueprint.reflect.Metadata, org.osgi.service.blueprint.reflect.NonNullMetadata, org.osgi.service.blueprint.reflect.ValueMetadata
- All Known Implementing Classes:
- ValueMetadataImpl
public interface MutableValueMetadata
- extends org.osgi.service.blueprint.reflect.ValueMetadata
A mutable version of the ValueMetadata that allows modifications.
- Version:
- $Rev$, $Date$
| Methods inherited from interface org.osgi.service.blueprint.reflect.ValueMetadata |
getStringValue, getType |
setStringValue
void setStringValue(String stringValue)
setType
void setType(String type)
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.