org.eclipse.modisco.omg.gastm
Interface MacroDefinition

All Superinterfaces:
GASTMObject, GASTMSyntaxObject, PreprocessorElement

public interface MacroDefinition
extends PreprocessorElement

A representation of the model object 'Macro Definition'.

The following features are supported:

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

Method Summary
 java.lang.String getBody()
          Returns the value of the 'Body' attribute.
 java.lang.String getMacroName()
          Returns the value of the 'Macro Name' attribute.
 void setBody(java.lang.String value)
          Sets the value of the 'Body' attribute.
 void setMacroName(java.lang.String value)
          Sets the value of the 'Macro Name' attribute.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getMacroName

java.lang.String getMacroName()
Returns the value of the 'Macro Name' attribute.

If the meaning of the 'Macro Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Macro Name' attribute.
See Also:
setMacroName(String), GASTMPackage.getMacroDefinition_MacroName()
Generated:
Model:

setMacroName

void setMacroName(java.lang.String value)
Sets the value of the 'Macro Name' attribute.

Parameters:
value - the new value of the 'Macro Name' attribute.
See Also:
getMacroName()
Generated:

getBody

java.lang.String getBody()
Returns the value of the 'Body' attribute.

If the meaning of the 'Body' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Body' attribute.
See Also:
setBody(String), GASTMPackage.getMacroDefinition_Body()
Generated:
Model:

setBody

void setBody(java.lang.String value)
Sets the value of the 'Body' attribute.

Parameters:
value - the new value of the 'Body' attribute.
See Also:
getBody()
Generated: