org.apache.aries.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: 896324 $, $Date: 2010-01-06 06:05:04 +0000 (Wed, 06 Jan 2010) $

Method Summary
 void setStringValue(java.lang.String stringValue)
           
 void setType(java.lang.String type)
           
 
Methods inherited from interface org.osgi.service.blueprint.reflect.ValueMetadata
getStringValue, getType
 

Method Detail

setStringValue

void setStringValue(java.lang.String stringValue)

setType

void setType(java.lang.String type)


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.