Interface RefMetadata
- All Superinterfaces:
Metadata
,NonNullMetadata
,Target
Metadata for a reference to another component managed by the Blueprint
Container.
- Author:
- $Id: 86f3b89d543e2fd199b0e193b8fc645adc6570fa $
-
Method Summary
Modifier and TypeMethodDescriptionReturn the id of the referenced component.
-
Method Details
-
getComponentId
String getComponentId()Return the id of the referenced component. This is specified by thecomponent-id
attribute of a component.- Returns:
- The id of the referenced component.
-