public static enum Ad.EnumOperator extends Enum<Ad.EnumOperator>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Ad.EnumOperator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ad.EnumOperator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Ad.EnumOperator VALUE_ALL
public static final Ad.EnumOperator VALUE_ANY
public static Ad.EnumOperator[] values()
for (Ad.EnumOperator c : Ad.EnumOperator.values()) System.out.println(c);
public static Ad.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<Ad.EnumOperator>Copyright © 2020. All rights reserved.