org.apache.aries.blueprint.mutable
Interface MutableIdRefMetadata

All Superinterfaces:
IdRefMetadata, Metadata, NonNullMetadata
All Known Implementing Classes:
IdRefMetadataImpl

public interface MutableIdRefMetadata
extends IdRefMetadata

A mutable version of the IdRefMetadata that allows modifications.

Version:
$Rev: 896324 $, $Date: 2010-01-06 06:05:04 +0000 (Wed, 06 Jan 2010) $

Method Summary
 void setComponentId(java.lang.String componentId)
           
 
Methods inherited from interface org.osgi.service.blueprint.reflect.IdRefMetadata
getComponentId
 

Method Detail

setComponentId

void setComponentId(java.lang.String componentId)


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