public static enum AdRuleExecutionOptions.EnumOperator extends Enum<AdRuleExecutionOptions.EnumOperator>
| Enum Constant and Description |
|---|
VALUE_EQUAL |
VALUE_IN |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AdRuleExecutionOptions.EnumOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdRuleExecutionOptions.EnumOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdRuleExecutionOptions.EnumOperator VALUE_EQUAL
public static final AdRuleExecutionOptions.EnumOperator VALUE_IN
public static AdRuleExecutionOptions.EnumOperator[] values()
for (AdRuleExecutionOptions.EnumOperator c : AdRuleExecutionOptions.EnumOperator.values()) System.out.println(c);
public static AdRuleExecutionOptions.EnumOperator valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<AdRuleExecutionOptions.EnumOperator>Copyright © 2020. All rights reserved.