public static enum StagingData.Result extends java.lang.Enum<StagingData.Result>
| Enum Constant and Description |
|---|
FAILED_INVALID_INPUT |
FAILED_INVALID_YEAR_DX |
FAILED_MISSING_SITE_OR_HISTOLOGY |
FAILED_MULITPLE_MATCHING_SCHEMAS |
FAILED_NO_MATCHING_SCHEMA |
STAGED |
| Modifier and Type | Method and Description |
|---|---|
static StagingData.Result |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StagingData.Result[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StagingData.Result STAGED
public static final StagingData.Result FAILED_MISSING_SITE_OR_HISTOLOGY
public static final StagingData.Result FAILED_NO_MATCHING_SCHEMA
public static final StagingData.Result FAILED_MULITPLE_MATCHING_SCHEMAS
public static final StagingData.Result FAILED_INVALID_YEAR_DX
public static final StagingData.Result FAILED_INVALID_INPUT
public static StagingData.Result[] values()
for (StagingData.Result c : StagingData.Result.values()) System.out.println(c);
public static StagingData.Result valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null