public static enum GenerateTask.GenerationSource extends Enum<GenerateTask.GenerationSource>
Enum Constant and Description |
---|
CURRENT
Generate the current version.
|
RELEASE
Generate the release version.
|
Modifier and Type | Method and Description |
---|---|
static GenerateTask.GenerationSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenerateTask.GenerationSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GenerateTask.GenerationSource CURRENT
public static final GenerateTask.GenerationSource RELEASE
public static GenerateTask.GenerationSource[] values()
for (GenerateTask.GenerationSource c : GenerateTask.GenerationSource.values()) System.out.println(c);
public static GenerateTask.GenerationSource 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 © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210