public class IdRefMetadataImpl extends Object implements MutableIdRefMetadata
Modifier and Type | Field and Description |
---|---|
protected String |
componentId |
Constructor and Description |
---|
IdRefMetadataImpl() |
IdRefMetadataImpl(org.osgi.service.blueprint.reflect.IdRefMetadata source) |
IdRefMetadataImpl(String componentId) |
Modifier and Type | Method and Description |
---|---|
String |
getComponentId() |
void |
setComponentId(String componentId) |
String |
toString() |
protected String componentId
public IdRefMetadataImpl()
public IdRefMetadataImpl(String componentId)
public IdRefMetadataImpl(org.osgi.service.blueprint.reflect.IdRefMetadata source)
public String getComponentId()
getComponentId
in interface org.osgi.service.blueprint.reflect.IdRefMetadata
public void setComponentId(String componentId)
setComponentId
in interface MutableIdRefMetadata
Copyright © 2016. All rights reserved.