public interface Assignment extends AbstractElement
The following features are supported:
XtextPackage.getAssignment()| Modifier and Type | Method and Description |
|---|---|
String |
getFeature()
Returns the value of the 'Feature' attribute
|
String |
getOperator()
Returns the value of the 'Operator' attribute
|
AbstractElement |
getTerminal()
Returns the value of the 'Terminal' containment reference
|
void |
setFeature(String value)
Sets the value of the '
Feature' attribute |
void |
setOperator(String value)
Sets the value of the '
Operator' attribute |
void |
setTerminal(AbstractElement value)
Sets the value of the '
Terminal' containment reference |
getCardinality, isFirstSetPredicated, isPredicated, setCardinality, setFirstSetPredicated, setPredicatedString getFeature()
If the meaning of the 'Feature' attribute isn't clear, there really should be more of a description here...
setFeature(String),
XtextPackage.getAssignment_Feature()void setFeature(String value)
Feature' attribute.
value - the new value of the 'Feature' attribute.getFeature()String getOperator()
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
setOperator(String),
XtextPackage.getAssignment_Operator()void setOperator(String value)
Operator' attribute.
value - the new value of the 'Operator' attribute.getOperator()AbstractElement getTerminal()
If the meaning of the 'Terminal' containment reference isn't clear, there really should be more of a description here...
setTerminal(AbstractElement),
XtextPackage.getAssignment_Terminal()void setTerminal(AbstractElement value)
Terminal' containment reference.
value - the new value of the 'Terminal' containment reference.getTerminal()Copyright © 2015. All Rights Reserved.