org.eclipse.modisco.omg.gastm
Interface NamedType

All Superinterfaces:
DataType, GASTMObject, GASTMSyntaxObject, Type

public interface NamedType
extends DataType

A representation of the model object 'Named Type'.

The following features are supported:

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

Method Summary
 Type getBody()
          Returns the value of the 'Body' containment reference.
 void setBody(Type value)
          Sets the value of the 'Body' containment reference.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.Type
getIsConst, setIsConst
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getBody

Type getBody()
Returns the value of the 'Body' containment reference.

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

Returns:
the value of the 'Body' containment reference.
See Also:
setBody(Type), GASTMPackage.getNamedType_Body()
Generated:
Model:
containment="true" required="true"

setBody

void setBody(Type value)
Sets the value of the 'Body' containment reference.

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