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