org.eclipse.modisco.omg.gastm
Interface RangeExpression

All Superinterfaces:
Expression, GASTMObject, GASTMSyntaxObject

public interface RangeExpression
extends Expression

A representation of the model object 'Range Expression'.

The following features are supported:

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

Method Summary
 Expression getFromExpression()
          Returns the value of the 'From Expression' containment reference.
 Expression getToExpression()
          Returns the value of the 'To Expression' containment reference.
 void setFromExpression(Expression value)
          Sets the value of the 'From Expression' containment reference.
 void setToExpression(Expression value)
          Sets the value of the 'To Expression' containment reference.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.Expression
getExpressionType, setExpressionType
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getFromExpression

Expression getFromExpression()
Returns the value of the 'From Expression' containment reference.

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

Returns:
the value of the 'From Expression' containment reference.
See Also:
setFromExpression(Expression), GASTMPackage.getRangeExpression_FromExpression()
Generated:
Model:
containment="true" required="true"

setFromExpression

void setFromExpression(Expression value)
Sets the value of the 'From Expression' containment reference.

Parameters:
value - the new value of the 'From Expression' containment reference.
See Also:
getFromExpression()
Generated:

getToExpression

Expression getToExpression()
Returns the value of the 'To Expression' containment reference.

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

Returns:
the value of the 'To Expression' containment reference.
See Also:
setToExpression(Expression), GASTMPackage.getRangeExpression_ToExpression()
Generated:
Model:
containment="true" required="true"

setToExpression

void setToExpression(Expression value)
Sets the value of the 'To Expression' containment reference.

Parameters:
value - the new value of the 'To Expression' containment reference.
See Also:
getToExpression()
Generated: