org.eclipse.modisco.omg.gastm
Interface NamedTypeDefinition

All Superinterfaces:
DefinitionObject, GASTMObject, GASTMSyntaxObject, TypeDefinition

public interface NamedTypeDefinition
extends TypeDefinition

A representation of the model object 'Named Type Definition'.

The following features are supported:

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

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

Method Detail

getDefinitionType

NamedType getDefinitionType()
Returns the value of the 'Definition Type' containment reference.

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

Returns:
the value of the 'Definition Type' containment reference.
See Also:
setDefinitionType(NamedType), GASTMPackage.getNamedTypeDefinition_DefinitionType()
Generated:
Model:
containment="true" required="true"

setDefinitionType

void setDefinitionType(NamedType value)
Sets the value of the 'Definition Type' containment reference.

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