org.eclipse.modisco.omg.gastm
Interface Comment

All Superinterfaces:
GASTMObject, GASTMSyntaxObject, PreprocessorElement

public interface Comment
extends PreprocessorElement

A representation of the model object 'Comment'.

The following features are supported:

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

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

Method Detail

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.getComment_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: