public enum Win32LobAppReturnCodeType extends java.lang.Enum<Win32LobAppReturnCodeType>
| Enum Constant and Description |
|---|
FAILED
failed
|
HARD_REBOOT
hard Reboot
|
RETRY
retry
|
SOFT_REBOOT
soft Reboot
|
SUCCESS
success
|
UNEXPECTED_VALUE
For Win32LobAppReturnCodeType values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static Win32LobAppReturnCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Win32LobAppReturnCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Win32LobAppReturnCodeType FAILED
public static final Win32LobAppReturnCodeType SUCCESS
public static final Win32LobAppReturnCodeType SOFT_REBOOT
public static final Win32LobAppReturnCodeType HARD_REBOOT
public static final Win32LobAppReturnCodeType RETRY
public static final Win32LobAppReturnCodeType UNEXPECTED_VALUE
public static Win32LobAppReturnCodeType[] values()
for (Win32LobAppReturnCodeType c : Win32LobAppReturnCodeType.values()) System.out.println(c);
public static Win32LobAppReturnCodeType 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 null