org.eclipse.modisco.omg.gastm
Interface VariableCatchBlock

All Superinterfaces:
CatchBlock, GASTMObject, GASTMSyntaxObject, MinorSyntaxObject

public interface VariableCatchBlock
extends CatchBlock

A representation of the model object 'Variable Catch Block'.

The following features are supported:

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

Method Summary
 DataDefinition getExceptionVariable()
          Returns the value of the 'Exception Variable' containment reference.
 void setExceptionVariable(DataDefinition value)
          Sets the value of the 'Exception Variable' containment reference.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.CatchBlock
getBody, setBody
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getExceptionVariable

DataDefinition getExceptionVariable()
Returns the value of the 'Exception Variable' containment reference.

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

Returns:
the value of the 'Exception Variable' containment reference.
See Also:
setExceptionVariable(DataDefinition), GASTMPackage.getVariableCatchBlock_ExceptionVariable()
Generated:
Model:
containment="true" required="true"

setExceptionVariable

void setExceptionVariable(DataDefinition value)
Sets the value of the 'Exception Variable' containment reference.

Parameters:
value - the new value of the 'Exception Variable' containment reference.
See Also:
getExceptionVariable()
Generated: