public static enum BackOfficeActionHandler.ActionStatus extends java.lang.Enum<BackOfficeActionHandler.ActionStatus>
| Modifier and Type | Method and Description |
|---|---|
int |
getStatusCode() |
static BackOfficeActionHandler.ActionStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BackOfficeActionHandler.ActionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BackOfficeActionHandler.ActionStatus OK
public static final BackOfficeActionHandler.ActionStatus ERROR
public static BackOfficeActionHandler.ActionStatus[] values()
for (BackOfficeActionHandler.ActionStatus c : BackOfficeActionHandler.ActionStatus.values()) System.out.println(c);
public static BackOfficeActionHandler.ActionStatus 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 getStatusCode()
Copyright © 2001-2019 Jalios SA. All Rights Reserved.