org.eclipse.modisco.omg.gastm
Interface AggregateTypeDefinition

All Superinterfaces:
DefinitionObject, GASTMObject, GASTMSyntaxObject, TypeDefinition

public interface AggregateTypeDefinition
extends TypeDefinition

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

The following features are supported:

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

Method Summary
 AggregateType getAggregateType()
          Returns the value of the 'Aggregate Type' containment reference.
 void setAggregateType(AggregateType value)
          Sets the value of the 'Aggregate 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

getAggregateType

AggregateType getAggregateType()
Returns the value of the 'Aggregate Type' containment reference.

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

Returns:
the value of the 'Aggregate Type' containment reference.
See Also:
setAggregateType(AggregateType), GASTMPackage.getAggregateTypeDefinition_AggregateType()
Generated:
Model:
containment="true" required="true"

setAggregateType

void setAggregateType(AggregateType value)
Sets the value of the 'Aggregate Type' containment reference.

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