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