Uses of Class
org.eclipse.ocl.examples.xtext.console.TargetMetamodel

Packages that use TargetMetamodel
org.eclipse.ocl.examples.xtext.console   
 

Uses of TargetMetamodel in org.eclipse.ocl.examples.xtext.console
 

Methods in org.eclipse.ocl.examples.xtext.console that return TargetMetamodel
static TargetMetamodel TargetMetamodel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TargetMetamodel[] TargetMetamodel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.ocl.examples.xtext.console with parameters of type TargetMetamodel
 void OCLConsole.setTargetMetamodel(TargetMetamodel metamodel)