public interface Component
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ParserPackage.getComponent()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ExtractorDefinition> |
getExtractors()
Returns the value of the 'Extractors' containment reference list.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
InputDefinition |
getInput()
Returns the value of the 'Input' containment reference.
|
void |
setId(String value)
Sets the value of the '
Id' attribute. |
void |
setInput(InputDefinition value)
Sets the value of the '
Input' containment reference. |
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
ParserPackage.getComponent_Id()void setId(String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()InputDefinition getInput()
If the meaning of the 'Input' containment reference isn't clear, there really should be more of a description here...
setInput(InputDefinition),
ParserPackage.getComponent_Input()void setInput(InputDefinition value)
Input' containment reference.
value - the new value of the 'Input' containment reference.getInput()org.eclipse.emf.common.util.EList<ExtractorDefinition> getExtractors()
ExtractorDefinition.
If the meaning of the 'Extractors' containment reference list isn't clear, there really should be more of a description here...
ParserPackage.getComponent_Extractors()