public static enum YDisplay.FASTREFRESH extends Enum<YDisplay.FASTREFRESH>
| Enum Constant and Description |
|---|
INVALID |
NEVER |
WHENEVER_POSSIBLE |
WHENEVER_SUPPORTED |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
static YDisplay.FASTREFRESH |
fromInt(int intval) |
static YDisplay.FASTREFRESH |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YDisplay.FASTREFRESH[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YDisplay.FASTREFRESH WHENEVER_POSSIBLE
public static final YDisplay.FASTREFRESH WHENEVER_SUPPORTED
public static final YDisplay.FASTREFRESH NEVER
public static final YDisplay.FASTREFRESH INVALID
public static YDisplay.FASTREFRESH[] values()
for (YDisplay.FASTREFRESH c : YDisplay.FASTREFRESH.values()) System.out.println(c);
public static YDisplay.FASTREFRESH 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 static YDisplay.FASTREFRESH fromInt(int intval)
Copyright © 2026. All rights reserved.