| Enum Constant and Description |
|---|
ALWAYS |
FAILED |
MORE_10 |
MORE_20 |
MORE_50 |
TO_INVESTIGATE |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Optional<SendCase> |
findByName(java.lang.String name) |
java.lang.String |
getCaseString() |
static boolean |
isPresent(java.lang.String name) |
static SendCase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SendCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SendCase ALWAYS
public static final SendCase FAILED
public static final SendCase TO_INVESTIGATE
public static final SendCase MORE_10
public static final SendCase MORE_20
public static final SendCase MORE_50
public static SendCase[] values()
for (SendCase c : SendCase.values()) System.out.println(c);
public static SendCase 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 nullpublic static java.util.Optional<SendCase> findByName(java.lang.String name)
public static boolean isPresent(java.lang.String name)
public java.lang.String getCaseString()