public enum SourceGenerationPhase extends Enum<SourceGenerationPhase>
Enum Constant and Description |
---|
completed |
datageneration |
error |
mapgeneration |
pending |
uploading |
Modifier and Type | Method and Description |
---|---|
static SourceGenerationPhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceGenerationPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SourceGenerationPhase uploading
public static final SourceGenerationPhase pending
public static final SourceGenerationPhase datageneration
public static final SourceGenerationPhase mapgeneration
public static final SourceGenerationPhase completed
public static final SourceGenerationPhase error
public static SourceGenerationPhase[] values()
for (SourceGenerationPhase c : SourceGenerationPhase.values()) System.out.println(c);
public static SourceGenerationPhase 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 © 2017. All Rights Reserved.