org.eclipse.modisco.omg.gastm
Interface FormalParameterType

All Superinterfaces:
DataType, GASTMObject, GASTMSyntaxObject, Type
All Known Subinterfaces:
ByReferenceFormalParameterType, ByValueFormalParameterType

public interface FormalParameterType
extends DataType

A representation of the model object 'Formal Parameter Type'.

The following features are supported:

See Also:
GASTMPackage.getFormalParameterType()
Generated:
Model:
abstract="true"

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

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

setType

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

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