public interface ComponentReferenceInputDefinition extends InputDefinition
The following features are supported:
Modifier and Type | Method and Description |
---|---|
DanglingItemReference |
createReference() |
Component |
getComponent()
Returns the value of the 'Component' reference.
|
org.eclipse.emf.common.util.EList<String> |
getLocalTag()
Returns the value of the 'Local Tag' attribute list.
|
void |
setComponent(Component value)
Sets the value of the '
Component ' reference. |
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.getComponentReferenceInputDefinition_Component()
void setComponent(Component value)
Component
' reference.
value
- the new value of the 'Component' reference.getComponent()
org.eclipse.emf.common.util.EList<String> getLocalTag()
String
.
If the meaning of the 'Local Tag' attribute isn't clear, there really should be more of a description here...
ComponentPackage.getComponentReferenceInputDefinition_LocalTag()
DanglingItemReference createReference()
createReference
in interface InputDefinition