public enum Win32LobAppRestartBehavior extends java.lang.Enum<Win32LobAppRestartBehavior>
| Enum Constant and Description |
|---|
ALLOW
allow
|
BASED_ON_RETURN_CODE
based On Return Code
|
FORCE
force
|
SUPPRESS
suppress
|
UNEXPECTED_VALUE
For Win32LobAppRestartBehavior values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static Win32LobAppRestartBehavior |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Win32LobAppRestartBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Win32LobAppRestartBehavior BASED_ON_RETURN_CODE
public static final Win32LobAppRestartBehavior ALLOW
public static final Win32LobAppRestartBehavior SUPPRESS
public static final Win32LobAppRestartBehavior FORCE
public static final Win32LobAppRestartBehavior UNEXPECTED_VALUE
public static Win32LobAppRestartBehavior[] values()
for (Win32LobAppRestartBehavior c : Win32LobAppRestartBehavior.values()) System.out.println(c);
public static Win32LobAppRestartBehavior 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