public static enum AsmCodeGenerator.GenerateParameter extends Enum<AsmCodeGenerator.GenerateParameter>
| Enum Constant and Description |
|---|
ABSOLUTE
Generate all files in output directory (instead of a namespace based
directory structure relative to output directory).
|
CODEGEN_EVENT_LISTENERS
Subscribe to code generation events.
|
GENERATED_CLASSES_DIR
Base directory for generated classes.
|
GENERATED_RESOURCES_DIR
Base directory for generated resources.
|
MODEL_FILE
The input model file
Required.
|
MODELS_DIR
The input model directory.
|
NAMESPACE
Namespace of model parsed from the input file (overrides namespace in model file if supplied).
|
| Modifier and Type | Method and Description |
|---|---|
static AsmCodeGenerator.GenerateParameter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsmCodeGenerator.GenerateParameter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsmCodeGenerator.GenerateParameter MODEL_FILE
public static final AsmCodeGenerator.GenerateParameter MODELS_DIR
public static final AsmCodeGenerator.GenerateParameter GENERATED_RESOURCES_DIR
public static final AsmCodeGenerator.GenerateParameter GENERATED_CLASSES_DIR
public static final AsmCodeGenerator.GenerateParameter ABSOLUTE
public static final AsmCodeGenerator.GenerateParameter NAMESPACE
public static final AsmCodeGenerator.GenerateParameter CODEGEN_EVENT_LISTENERS
AsmCodeGenerator.CodegenListener.
Not required
Default CodegenListener[0]public static AsmCodeGenerator.GenerateParameter[] values()
for (AsmCodeGenerator.GenerateParameter c : AsmCodeGenerator.GenerateParameter.values()) System.out.println(c);
public static AsmCodeGenerator.GenerateParameter valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019 N5 Technologies, Inc. All Rights Reserved.