Package org.eclipse.xtext
Interface Assignment
-
- All Superinterfaces:
AbstractElement,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AssignmentImpl
public interface Assignment extends AbstractElement
A representation of the model object 'Assignment'.The following features are supported:
- See Also:
XtextPackage.getAssignment()- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFeature()Returns the value of the 'Feature' attribute.java.lang.StringgetOperator()Returns the value of the 'Operator' attribute.AbstractElementgetTerminal()Returns the value of the 'Terminal' containment reference.voidsetFeature(java.lang.String value)Sets the value of the 'Feature' attribute.voidsetOperator(java.lang.String value)Sets the value of the 'Operator' attribute.voidsetTerminal(AbstractElement value)Sets the value of the 'Terminal' containment reference.-
Methods inherited from interface org.eclipse.xtext.AbstractElement
getCardinality, isFirstSetPredicated, isPredicated, setCardinality, setFirstSetPredicated, setPredicated
-
-
-
-
Method Detail
-
getFeature
java.lang.String getFeature()
Returns the value of the 'Feature' attribute.If the meaning of the 'Feature' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Feature' attribute.
- See Also:
setFeature(String),XtextPackage.getAssignment_Feature()- Model:
- Generated:
-
setFeature
void setFeature(java.lang.String value)
Sets the value of the 'Feature' attribute.- Parameters:
value- the new value of the 'Feature' attribute.- See Also:
getFeature()- Generated:
-
getOperator
java.lang.String getOperator()
Returns the value of the 'Operator' attribute.If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Operator' attribute.
- See Also:
setOperator(String),XtextPackage.getAssignment_Operator()- Model:
- Generated:
-
setOperator
void setOperator(java.lang.String value)
Sets the value of the 'Operator' attribute.- Parameters:
value- the new value of the 'Operator' attribute.- See Also:
getOperator()- Generated:
-
getTerminal
AbstractElement getTerminal()
Returns the value of the 'Terminal' containment reference.If the meaning of the 'Terminal' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Terminal' containment reference.
- See Also:
setTerminal(AbstractElement),XtextPackage.getAssignment_Terminal()- Model:
- containment="true"
- Generated:
-
setTerminal
void setTerminal(AbstractElement value)
Sets the value of the 'Terminal' containment reference.- Parameters:
value- the new value of the 'Terminal' containment reference.- See Also:
getTerminal()- Generated:
-
-