public interface ComponentReferenceOutputDefinition extends OutputDefinition
The following features are supported:
Modifier and Type | Method and Description |
---|---|
DanglingItemReference |
createReference() |
Component |
getComponent()
Returns the value of the 'Component' reference.
|
void |
setComponent(Component value)
Sets the value of the '
Component ' reference. |
getCustomizationTags, getLocalTag, getName, setName
Component getComponent()
If the meaning of the 'Component' reference isn't clear, there really should be more of a description here...
setComponent(Component)
,
ComponentPackage.getComponentReferenceOutputDefinition_Component()
void setComponent(Component value)
Component
' reference.
value
- the new value of the 'Component' reference.getComponent()
DanglingItemReference createReference()
createReference
in interface OutputDefinition