Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.data.UniqueKey

Packages that use UniqueKey
org.eclipse.gmt.modisco.omg.kdm.data   
org.eclipse.gmt.modisco.omg.kdm.data.util   
 

Uses of UniqueKey in org.eclipse.gmt.modisco.omg.kdm.data
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data that return UniqueKey
 UniqueKey DataFactory.createUniqueKey()
          Returns a new object of class 'Unique Key'.
 UniqueKey KeyRelation.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data with parameters of type UniqueKey
 void KeyRelation.setTo(UniqueKey value)
          Sets the value of the 'To' reference.
 

Uses of UniqueKey in org.eclipse.gmt.modisco.omg.kdm.data.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data.util with parameters of type UniqueKey
 T DataSwitch.caseUniqueKey(UniqueKey object)
          Returns the result of interpreting the object as an instance of 'Unique Key'.