| Package | Description |
|---|---|
| org.eclipse.modisco.omg.gastm | |
| org.eclipse.modisco.omg.gastm.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AggregateTypeDefinition
A representation of the model object 'Aggregate Type Definition'.
|
interface |
EnumTypeDefinition
A representation of the model object 'Enum Type Definition'.
|
interface |
NamedTypeDefinition
A representation of the model object 'Named Type Definition'.
|
| Modifier and Type | Method and Description |
|---|---|
TypeDefinition |
GASTMFactory.createTypeDefinition()
Returns a new object of class 'Type Definition'.
|
TypeDefinition |
NamedTypeReference.getType()
Returns the value of the 'Type' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NamedTypeReference.setType(TypeDefinition value)
Sets the value of the '
Type' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
GASTMSwitch.caseTypeDefinition(TypeDefinition object)
Returns the result of interpreting the object as an instance of 'Type Definition'.
|