public static enum Hl7InArchivesMigrateThread.Status extends Enum<Hl7InArchivesMigrateThread.Status>
| Enum Constant and Description | 
|---|
| COMPLETED | 
| ERROR | 
| NONE | 
| RUNNING | 
| STOPPED | 
| Modifier and Type | Method and Description | 
|---|---|
| static Hl7InArchivesMigrateThread.Status | valueOf(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(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 © 2024 OpenMRS Inc.. All rights reserved.