public interface Assignment extends AbstractElement
The following features are supported:
XtextPackage.getAssignment()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFeature()
Returns the value of the 'Feature' attribute.
|
java.lang.String |
getOperator()
Returns the value of the 'Operator' attribute.
|
AbstractElement |
getTerminal()
Returns the value of the 'Terminal' containment reference.
|
void |
setFeature(java.lang.String value)
Sets the value of the '
Feature' attribute. |
void |
setOperator(java.lang.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, setPredicatedjava.lang.String 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(java.lang.String value)
Feature' attribute.
value - the new value of the 'Feature' attribute.getFeature()java.lang.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(java.lang.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()