org.apache.aries.blueprint.mutable
Interface MutableRefMetadata

All Superinterfaces:
org.osgi.service.blueprint.reflect.Metadata, org.osgi.service.blueprint.reflect.NonNullMetadata, org.osgi.service.blueprint.reflect.RefMetadata, org.osgi.service.blueprint.reflect.Target
All Known Implementing Classes:
RefMetadataImpl

public interface MutableRefMetadata
extends org.osgi.service.blueprint.reflect.RefMetadata

A mutable version of the RefMetadata that allows modifications.

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

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

Method Detail

setComponentId

void setComponentId(String componentId)


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