public enum Win32LobAppRuleType extends java.lang.Enum<Win32LobAppRuleType>
| Enum Constant and Description |
|---|
DETECTION
detection
|
REQUIREMENT
requirement
|
UNEXPECTED_VALUE
For Win32LobAppRuleType values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static Win32LobAppRuleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Win32LobAppRuleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Win32LobAppRuleType DETECTION
public static final Win32LobAppRuleType REQUIREMENT
public static final Win32LobAppRuleType UNEXPECTED_VALUE
public static Win32LobAppRuleType[] values()
for (Win32LobAppRuleType c : Win32LobAppRuleType.values()) System.out.println(c);
public static Win32LobAppRuleType 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