org.apache.aries.blueprint.mutable
Interface MutableIdRefMetadata

All Superinterfaces:
org.osgi.service.blueprint.reflect.IdRefMetadata, org.osgi.service.blueprint.reflect.Metadata, org.osgi.service.blueprint.reflect.NonNullMetadata
All Known Implementing Classes:
IdRefMetadataImpl

public interface MutableIdRefMetadata
extends org.osgi.service.blueprint.reflect.IdRefMetadata

A mutable version of the IdRefMetadata that allows modifications.

Version:
$Rev$, $Date$

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

Method Detail

setComponentId

void setComponentId(String componentId)


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