org.eclipse.modisco.omg.gastm
Interface DeleteStatement

All Superinterfaces:
GASTMObject, GASTMSyntaxObject, Statement

public interface DeleteStatement
extends Statement

A representation of the model object 'Delete Statement'.

The following features are supported:

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

Method Summary
 Expression getOperand()
          Returns the value of the 'Operand' containment reference.
 void setOperand(Expression value)
          Sets the value of the 'Operand' containment reference.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getOperand

Expression getOperand()
Returns the value of the 'Operand' containment reference.

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

Returns:
the value of the 'Operand' containment reference.
See Also:
setOperand(Expression), GASTMPackage.getDeleteStatement_Operand()
Generated:
Model:
containment="true" required="true"

setOperand

void setOperand(Expression value)
Sets the value of the 'Operand' containment reference.

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