org.eclipse.modisco.omg.gastm
Interface Dimension

All Superinterfaces:
GASTMObject, GASTMSyntaxObject, MinorSyntaxObject

public interface Dimension
extends MinorSyntaxObject

A representation of the model object 'Dimension'.

The following features are supported:

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

Method Summary
 Expression getHighBound()
          Returns the value of the 'High Bound' containment reference.
 Expression getLowBound()
          Returns the value of the 'Low Bound' containment reference.
 void setHighBound(Expression value)
          Sets the value of the 'High Bound' containment reference.
 void setLowBound(Expression value)
          Sets the value of the 'Low Bound' containment reference.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getLowBound

Expression getLowBound()
Returns the value of the 'Low Bound' containment reference.

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

Returns:
the value of the 'Low Bound' containment reference.
See Also:
setLowBound(Expression), GASTMPackage.getDimension_LowBound()
Generated:
Model:
containment="true"

setLowBound

void setLowBound(Expression value)
Sets the value of the 'Low Bound' containment reference.

Parameters:
value - the new value of the 'Low Bound' containment reference.
See Also:
getLowBound()
Generated:

getHighBound

Expression getHighBound()
Returns the value of the 'High Bound' containment reference.

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

Returns:
the value of the 'High Bound' containment reference.
See Also:
setHighBound(Expression), GASTMPackage.getDimension_HighBound()
Generated:
Model:
containment="true" required="true"

setHighBound

void setHighBound(Expression value)
Sets the value of the 'High Bound' containment reference.

Parameters:
value - the new value of the 'High Bound' containment reference.
See Also:
getHighBound()
Generated: