public static enum CodeListImport.Status extends Enum<CodeListImport.Status>
| Enum Constant and Description |
|---|
Complete |
Failed |
Initialized |
InProgress |
| Modifier and Type | Method and Description |
|---|---|
static CodeListImport.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeListImport.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodeListImport.Status InProgress
public static final CodeListImport.Status Initialized
public static final CodeListImport.Status Failed
public static final CodeListImport.Status Complete
public static CodeListImport.Status[] values()
for (CodeListImport.Status c : CodeListImport.Status.values()) System.out.println(c);
public static CodeListImport.Status 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 © 2014. All Rights Reserved.