public enum DemandStatus extends Enum<DemandStatus> implements HasLabel
| Enum Constant and Description |
|---|
ARCHIVED |
IN_PROGRESS |
QUALIFIED |
TRANSMITTED_TO_EDI |
UNTREATED |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
String |
getLabelKey() |
static DemandStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DemandStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DemandStatus UNTREATED
public static final DemandStatus IN_PROGRESS
public static final DemandStatus TRANSMITTED_TO_EDI
public static final DemandStatus QUALIFIED
public static final DemandStatus ARCHIVED
protected String labelKey
public static DemandStatus[] values()
for (DemandStatus c : DemandStatus.values()) System.out.println(c);
public static DemandStatus 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 nullpublic String getLabelKey()
Copyright © 2014 CodeLutin. All rights reserved.