public static enum Hl7InArchivesMigrateThread.Status extends java.lang.Enum<Hl7InArchivesMigrateThread.Status>
| Enum Constant and Description | 
|---|
COMPLETED  | 
ERROR  | 
NONE  | 
RUNNING  | 
STOPPED  | 
| Modifier and Type | Method and Description | 
|---|---|
static Hl7InArchivesMigrateThread.Status | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static Hl7InArchivesMigrateThread.Status[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final Hl7InArchivesMigrateThread.Status RUNNING
public static final Hl7InArchivesMigrateThread.Status STOPPED
public static final Hl7InArchivesMigrateThread.Status COMPLETED
public static final Hl7InArchivesMigrateThread.Status ERROR
public static final Hl7InArchivesMigrateThread.Status NONE
public static Hl7InArchivesMigrateThread.Status[] values()
for (Hl7InArchivesMigrateThread.Status c : Hl7InArchivesMigrateThread.Status.values()) System.out.println(c);
public static Hl7InArchivesMigrateThread.Status 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 nullCopyright © 2018 OpenMRS Inc.. All Rights Reserved.