public enum StatusChangeActionType extends Enum<StatusChangeActionType>
| Enum Constant and Description |
|---|
CANCEL |
REACTIVATE |
SUSPEND |
| Modifier and Type | Method and Description |
|---|---|
static StatusChangeActionType |
fromValue(String v) |
String |
getValue() |
static StatusChangeActionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusChangeActionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatusChangeActionType CANCEL
public static final StatusChangeActionType SUSPEND
public static final StatusChangeActionType REACTIVATE
public static StatusChangeActionType[] values()
for (StatusChangeActionType c : StatusChangeActionType.values()) System.out.println(c);
public static StatusChangeActionType 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 getValue()
public static StatusChangeActionType fromValue(String v)
Copyright © 2017. All Rights Reserved.