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