org.eclipse.modisco.omg.gastm
Interface OperatorAssign

All Superinterfaces:
BinaryOperator, GASTMObject, GASTMSyntaxObject, MinorSyntaxObject

public interface OperatorAssign
extends BinaryOperator

A representation of the model object 'Operator Assign'.

The following features are supported:

See Also:
GASTMPackage.getOperatorAssign()
Generated:
Model:

Method Summary
 BinaryOperator getOperator()
          Returns the value of the 'Operator' containment reference.
 void setOperator(BinaryOperator value)
          Sets the value of the 'Operator' containment reference.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getOperator

BinaryOperator getOperator()
Returns the value of the 'Operator' containment reference.

If the meaning of the 'Operator' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Operator' containment reference.
See Also:
setOperator(BinaryOperator), GASTMPackage.getOperatorAssign_Operator()
Generated:
Model:
containment="true" required="true"

setOperator

void setOperator(BinaryOperator value)
Sets the value of the 'Operator' containment reference.

Parameters:
value - the new value of the 'Operator' containment reference.
See Also:
getOperator()
Generated: