org.eclipse.ocl.examples.autogen
Class AutoCodeGenOptions

java.lang.Object
  extended by org.eclipse.ocl.examples.codegen.generator.CodeGenOptions
      extended by org.eclipse.ocl.examples.autogen.AutoCodeGenOptions

public class AutoCodeGenOptions
extends CodeGenOptions


Constructor Summary
AutoCodeGenOptions()
           
 
Method Summary
 java.lang.String getPackagePrefix()
           
 void setPackagePrefix(java.lang.String packagePrefix)
           
 
Methods inherited from class org.eclipse.ocl.examples.codegen.generator.CodeGenOptions
setUseNullAnnotations, suppressNonNullWarningsForEMFCollections, suppressNonNullWarningsForEMFCreates, useNullAnnotations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoCodeGenOptions

public AutoCodeGenOptions()
Method Detail

getPackagePrefix

@Nullable
public java.lang.String getPackagePrefix()

setPackagePrefix

public void setPackagePrefix(@Nullable
                             java.lang.String packagePrefix)