public static enum KryptowireService.AnalysisStatus extends Enum<KryptowireService.AnalysisStatus>
| Enum Constant and Description |
|---|
COMPLETE |
NOT_SUBMITTED |
PROCESSING |
| Modifier and Type | Method and Description |
|---|---|
static KryptowireService.AnalysisStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KryptowireService.AnalysisStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KryptowireService.AnalysisStatus COMPLETE
public static final KryptowireService.AnalysisStatus PROCESSING
public static final KryptowireService.AnalysisStatus NOT_SUBMITTED
public static KryptowireService.AnalysisStatus[] values()
for (KryptowireService.AnalysisStatus c : KryptowireService.AnalysisStatus.values()) System.out.println(c);
public static KryptowireService.AnalysisStatus 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 © 2016–2018. All rights reserved.