org.eclipse.modisco.omg.gastm
Interface NamedTypeReference

All Superinterfaces:
GASTMObject, GASTMSyntaxObject, Type, TypeReference

public interface NamedTypeReference
extends TypeReference

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

The following features are supported:

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

Method Summary
 TypeDefinition getType()
          Returns the value of the 'Type' containment reference.
 Name getTypeName()
          Returns the value of the 'Type Name' containment reference.
 void setType(TypeDefinition value)
          Sets the value of the 'Type' containment reference.
 void setTypeName(Name value)
          Sets the value of the 'Type Name' 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

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

getType

TypeDefinition getType()
Returns the value of the 'Type' containment reference.

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

Returns:
the value of the 'Type' containment reference.
See Also:
setType(TypeDefinition), GASTMPackage.getNamedTypeReference_Type()
Generated:
Model:
containment="true" required="true"

setType

void setType(TypeDefinition value)
Sets the value of the 'Type' containment reference.

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