Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.data.UniqueKey
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.data | |
| org.eclipse.gmt.modisco.omg.kdm.data.impl | |
| 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 Modifier and Type Method Description UniqueKeyDataFactory. createUniqueKey()Returns a new object of class 'Unique Key'.UniqueKeyKeyRelation. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.data with parameters of type UniqueKey Modifier and Type Method Description voidKeyRelation. setTo(UniqueKey value)Sets the value of the 'To' reference. -
Uses of UniqueKey in org.eclipse.gmt.modisco.omg.kdm.data.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.data.impl that implement UniqueKey Modifier and Type Class Description classUniqueKeyImplAn implementation of the model object 'Unique Key'.Fields in org.eclipse.gmt.modisco.omg.kdm.data.impl declared as UniqueKey Modifier and Type Field Description protected UniqueKeyKeyRelationImpl. toThe cached value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.data.impl that return UniqueKey Modifier and Type Method Description UniqueKeyKeyRelationImpl. basicGetTo()UniqueKeyDataFactoryImpl. createUniqueKey()UniqueKeyKeyRelationImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.data.impl with parameters of type UniqueKey Modifier and Type Method Description voidKeyRelationImpl. setTo(UniqueKey newTo) -
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 Modifier and Type Method Description TDataSwitch. caseUniqueKey(UniqueKey object)Returns the result of interpreting the object as an instance of 'Unique Key'.