public static enum Scale.PreferenceDirection extends Enum<Scale.PreferenceDirection>
| Modifier and Type | Method and Description |
|---|---|
static Scale.PreferenceDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scale.PreferenceDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Scale.PreferenceDirection MIN
public static final Scale.PreferenceDirection MAX
public static Scale.PreferenceDirection[] values()
for (Scale.PreferenceDirection c : Scale.PreferenceDirection.values()) System.out.println(c);
public static Scale.PreferenceDirection 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 © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.