public static enum DisplayModule.State extends java.lang.Enum<DisplayModule.State>
| Modifier and Type | Field and Description |
|---|---|
static DisplayModule.State[] |
VALUES |
| Modifier and Type | Method and Description |
|---|---|
DisplayModule.State |
getNext() |
static DisplayModule.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DisplayModule.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DisplayModule.State COLOR
public static final DisplayModule.State X
public static final DisplayModule.State Y
public static final DisplayModule.State W
public static final DisplayModule.State H
public static final DisplayModule.State[] VALUES
public static DisplayModule.State[] values()
for (DisplayModule.State c : DisplayModule.State.values()) System.out.println(c);
public static DisplayModule.State valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic DisplayModule.State getNext()