public static enum AdmCodeGenerator.CodeGenerateEventType extends Enum<AdmCodeGenerator.CodeGenerateEventType>
| Enum Constant and Description |
|---|
END
When code generation finished.
|
MODEL_PARSED
After model has been parsed
|
SKIP
When code generation is skipped because nothing changed since previous run
Can happen when incrementalBuild is on.
|
START
When code generation is about to run.
|
| Modifier and Type | Method and Description |
|---|---|
static AdmCodeGenerator.CodeGenerateEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdmCodeGenerator.CodeGenerateEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdmCodeGenerator.CodeGenerateEventType START
public static final AdmCodeGenerator.CodeGenerateEventType MODEL_PARSED
public static final AdmCodeGenerator.CodeGenerateEventType END
public static final AdmCodeGenerator.CodeGenerateEventType SKIP
public static AdmCodeGenerator.CodeGenerateEventType[] values()
for (AdmCodeGenerator.CodeGenerateEventType c : AdmCodeGenerator.CodeGenerateEventType.values()) System.out.println(c);
public static AdmCodeGenerator.CodeGenerateEventType 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 Neeve Research, LLC. All Rights Reserved.