org.eclipse.modisco.omg.gastm
Interface UnnamedTypeReference

All Superinterfaces:
GASTMObject, GASTMSyntaxObject, Type, TypeReference

public interface UnnamedTypeReference
extends TypeReference

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

The following features are supported:

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

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

getType

Type 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(Type), GASTMPackage.getUnnamedTypeReference_Type()
Generated:
Model:
containment="true" required="true"

setType

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

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