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.
|
@SerializedName(value="ALL") public static final Ad.EnumOperator VALUE_ALL
@SerializedName(value="ANY") 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 © 2023. All rights reserved.