public enum Win32LobAppRuleOperator extends java.lang.Enum<Win32LobAppRuleOperator>
| Enum Constant and Description |
|---|
EQUAL
equal
|
GREATER_THAN
greater Than
|
GREATER_THAN_OR_EQUAL
greater Than Or Equal
|
LESS_THAN
less Than
|
LESS_THAN_OR_EQUAL
less Than Or Equal
|
NOT_CONFIGURED
not Configured
|
NOT_EQUAL
not Equal
|
UNEXPECTED_VALUE
For Win32LobAppRuleOperator values that were not expected from the service
|
| Modifier and Type | Method and Description |
|---|---|
static Win32LobAppRuleOperator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Win32LobAppRuleOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Win32LobAppRuleOperator NOT_CONFIGURED
public static final Win32LobAppRuleOperator EQUAL
public static final Win32LobAppRuleOperator NOT_EQUAL
public static final Win32LobAppRuleOperator GREATER_THAN
public static final Win32LobAppRuleOperator GREATER_THAN_OR_EQUAL
public static final Win32LobAppRuleOperator LESS_THAN
public static final Win32LobAppRuleOperator LESS_THAN_OR_EQUAL
public static final Win32LobAppRuleOperator UNEXPECTED_VALUE
public static Win32LobAppRuleOperator[] values()
for (Win32LobAppRuleOperator c : Win32LobAppRuleOperator.values()) System.out.println(c);
public static Win32LobAppRuleOperator 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