public enum SystemMessageStatus extends java.lang.Enum<SystemMessageStatus>
Enum Constant and Description |
---|
declined
Declined
|
expired
Expired
|
extension1
Developer-defined extension type 1
|
extension2
Developer-defined extension type 2
|
extension3
Developer-defined extension type 3
|
extension4
Developer-defined extension type 4
|
extension5
Developer-defined extension type 5
|
ignored
Ignored
|
init
Initial
|
passed
Passed
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static SystemMessageStatus |
statusOfValue(int value) |
static SystemMessageStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SystemMessageStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemMessageStatus init
public static final SystemMessageStatus passed
public static final SystemMessageStatus declined
public static final SystemMessageStatus ignored
public static final SystemMessageStatus expired
public static final SystemMessageStatus extension1
public static final SystemMessageStatus extension2
public static final SystemMessageStatus extension3
public static final SystemMessageStatus extension4
public static final SystemMessageStatus extension5
public static SystemMessageStatus[] values()
for (SystemMessageStatus c : SystemMessageStatus.values()) System.out.println(c);
public static SystemMessageStatus 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 int getValue()
public static SystemMessageStatus statusOfValue(int value)