org.eclipse.modisco.omg.gastm
Interface TypeDefinition

All Superinterfaces:
DefinitionObject, GASTMObject, GASTMSyntaxObject
All Known Subinterfaces:
AggregateTypeDefinition, EnumTypeDefinition, NamedTypeDefinition

public interface TypeDefinition
extends DefinitionObject

A representation of the model object 'Type Definition'.

The following features are supported:

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

Method Summary
 Name getTypeName()
          Returns the value of the 'Type Name' containment reference.
 void setTypeName(Name value)
          Sets the value of the 'Type Name' containment reference.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getTypeName

Name getTypeName()
Returns the value of the 'Type Name' containment reference.

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

Returns:
the value of the 'Type Name' containment reference.
See Also:
setTypeName(Name), GASTMPackage.getTypeDefinition_TypeName()
Generated:
Model:
containment="true" required="true"

setTypeName

void setTypeName(Name value)
Sets the value of the 'Type Name' containment reference.

Parameters:
value - the new value of the 'Type Name' containment reference.
See Also:
getTypeName()
Generated: