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