org.eclipse.modisco.omg.gastm
Interface MacroCall

All Superinterfaces:
GASTMObject, GASTMSyntaxObject, PreprocessorElement

public interface MacroCall
extends PreprocessorElement

A representation of the model object 'Macro Call'.

The following features are supported:

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

Method Summary
 MacroDefinition getRefersTo()
          Returns the value of the 'Refers To' containment reference.
 void setRefersTo(MacroDefinition value)
          Sets the value of the 'Refers To' containment reference.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getRefersTo

MacroDefinition getRefersTo()
Returns the value of the 'Refers To' containment reference.

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

Returns:
the value of the 'Refers To' containment reference.
See Also:
setRefersTo(MacroDefinition), GASTMPackage.getMacroCall_RefersTo()
Generated:
Model:
containment="true" required="true"

setRefersTo

void setRefersTo(MacroDefinition value)
Sets the value of the 'Refers To' containment reference.

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