| Package | Description |
|---|---|
| org.eclipse.modisco.omg.gastm | |
| org.eclipse.modisco.omg.gastm.util |
| Modifier and Type | Method and Description |
|---|---|
Name |
GASTMFactory.createName()
Returns a new object of class 'Name'.
|
Name |
Declaration.getIdentifierName()
Returns the value of the 'Identifier Name' containment reference.
|
Name |
Definition.getIdentifierName()
Returns the value of the 'Identifier Name' containment reference.
|
Name |
LabelAccess.getLabelName()
Returns the value of the 'Label Name' containment reference.
|
Name |
LabelDefinition.getLabelName()
Returns the value of the 'Label Name' containment reference.
|
Name |
NameReference.getName()
Returns the value of the 'Name' containment reference.
|
Name |
NameSpaceDefinition.getNameSpace()
Returns the value of the 'Name Space' containment reference.
|
Name |
NamedTypeReference.getTypeName()
Returns the value of the 'Type Name' containment reference.
|
Name |
TypeDefinition.getTypeName()
Returns the value of the 'Type Name' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Declaration.setIdentifierName(Name value)
Sets the value of the '
Identifier Name' containment reference. |
void |
Definition.setIdentifierName(Name value)
Sets the value of the '
Identifier Name' containment reference. |
void |
LabelAccess.setLabelName(Name value)
Sets the value of the '
Label Name' containment reference. |
void |
LabelDefinition.setLabelName(Name value)
Sets the value of the '
Label Name' containment reference. |
void |
NameReference.setName(Name value)
Sets the value of the '
Name' containment reference. |
void |
NameSpaceDefinition.setNameSpace(Name value)
Sets the value of the '
Name Space' containment reference. |
void |
NamedTypeReference.setTypeName(Name value)
Sets the value of the '
Type Name' containment reference. |
void |
TypeDefinition.setTypeName(Name value)
Sets the value of the '
Type Name' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
GASTMSwitch.caseName(Name object)
Returns the result of interpreting the object as an instance of 'Name'.
|