Uses of Class
org.eclipse.ocl.common.internal.options.CodeGenerationMode

Packages that use CodeGenerationMode
org.eclipse.ocl.common.internal.options   
 

Uses of CodeGenerationMode in org.eclipse.ocl.common.internal.options
 

Fields in org.eclipse.ocl.common.internal.options with type parameters of type CodeGenerationMode
static EnumerationPreference<CodeGenerationMode> CommonOptions.CODE_GENERATION_MODE
           
 

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