Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.data.ReferenceKey
| 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 ReferenceKey in org.eclipse.gmt.modisco.omg.kdm.data
Methods in org.eclipse.gmt.modisco.omg.kdm.data that return ReferenceKey Modifier and Type Method Description ReferenceKeyDataFactory. createReferenceKey()Returns a new object of class 'Reference Key'.ReferenceKeyKeyRelation. getFrom()Returns the value of the 'From' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.data with parameters of type ReferenceKey Modifier and Type Method Description voidKeyRelation. setFrom(ReferenceKey value)Sets the value of the 'From' reference. -
Uses of ReferenceKey in org.eclipse.gmt.modisco.omg.kdm.data.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.data.impl that implement ReferenceKey Modifier and Type Class Description classReferenceKeyImplAn implementation of the model object 'Reference Key'.Fields in org.eclipse.gmt.modisco.omg.kdm.data.impl declared as ReferenceKey Modifier and Type Field Description protected ReferenceKeyKeyRelationImpl. fromThe cached value of the 'From' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.data.impl that return ReferenceKey Modifier and Type Method Description ReferenceKeyKeyRelationImpl. basicGetFrom()ReferenceKeyDataFactoryImpl. createReferenceKey()ReferenceKeyKeyRelationImpl. getFrom()Methods in org.eclipse.gmt.modisco.omg.kdm.data.impl with parameters of type ReferenceKey Modifier and Type Method Description voidKeyRelationImpl. setFrom(ReferenceKey newFrom) -
Uses of ReferenceKey in org.eclipse.gmt.modisco.omg.kdm.data.util
Methods in org.eclipse.gmt.modisco.omg.kdm.data.util with parameters of type ReferenceKey Modifier and Type Method Description TDataSwitch. caseReferenceKey(ReferenceKey object)Returns the result of interpreting the object as an instance of 'Reference Key'.