Uses of Interface
org.eclipse.modisco.omg.gastm.IdentifierReference

Packages that use IdentifierReference
org.eclipse.modisco.omg.gastm   
org.eclipse.modisco.omg.gastm.util   
 

Uses of IdentifierReference in org.eclipse.modisco.omg.gastm
 

Methods in org.eclipse.modisco.omg.gastm that return IdentifierReference
 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.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type IdentifierReference
 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.
 

Uses of IdentifierReference in org.eclipse.modisco.omg.gastm.util
 

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type IdentifierReference
 T GASTMSwitch.caseIdentifierReference(IdentifierReference object)
          Returns the result of interpreting the object as an instance of 'Identifier Reference'.