Serializable
, Comparable<Nano.CursorMovement>
protected static enum Nano.CursorMovement extends Enum<Nano.CursorMovement>
Modifier and Type | Method | Description |
---|---|---|
static Nano.CursorMovement |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Nano.CursorMovement[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Nano.CursorMovement RIGHT
public static final Nano.CursorMovement LEFT
public static final Nano.CursorMovement STILL
public static Nano.CursorMovement[] values()
for (Nano.CursorMovement c : Nano.CursorMovement.values()) System.out.println(c);
public static Nano.CursorMovement 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.