| Package | Description |
|---|---|
| org.eclipse.modisco.omg.gastm | |
| org.eclipse.modisco.omg.gastm.util |
| Modifier and Type | Method and Description |
|---|---|
IdentifierReference |
GASTMFactory.createIdentifierReference()
Returns a new object of class 'Identifier Reference'.
|
IdentifierReference |
QualifiedIdentifierReference.getMember()
Returns the value of the 'Member' containment reference.
|
IdentifierReference |
TypeQualifiedIdentifierReference.getMember()
Returns the value of the 'Member' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QualifiedIdentifierReference.setMember(IdentifierReference value)
Sets the value of the '
Member' containment reference. |
void |
TypeQualifiedIdentifierReference.setMember(IdentifierReference value)
Sets the value of the '
Member' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
GASTMSwitch.caseIdentifierReference(IdentifierReference object)
Returns the result of interpreting the object as an instance of 'Identifier Reference'.
|