org.eclipse.modisco.omg.gastm
Interface TypeDeclaration

All Superinterfaces:
DefinitionObject, GASTMObject, GASTMSyntaxObject
All Known Subinterfaces:
AggregateTypeDeclaration, EnumTypeDeclaration

public interface TypeDeclaration
extends DefinitionObject

A representation of the model object 'Type Declaration'.

The following features are supported:

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

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

Method Detail

getTypeRef

TypeReference getTypeRef()
Returns the value of the 'Type Ref' containment reference.

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

Returns:
the value of the 'Type Ref' containment reference.
See Also:
setTypeRef(TypeReference), GASTMPackage.getTypeDeclaration_TypeRef()
Generated:
Model:
containment="true" required="true"

setTypeRef

void setTypeRef(TypeReference value)
Sets the value of the 'Type Ref' containment reference.

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