public static enum Annotation.CursorLineStyle extends java.lang.Enum<Annotation.CursorLineStyle>
Enum Constant | Description |
---|---|
FOUR_DIRECTIONS |
|
LEFT_RIGHT |
|
NONE |
|
UP_DOWN |
Modifier and Type | Method | Description |
---|---|---|
int |
getIndex() |
|
static java.lang.String[] |
stringValues() |
|
java.lang.String |
toString() |
|
static Annotation.CursorLineStyle |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Annotation.CursorLineStyle[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Annotation.CursorLineStyle NONE
public static final Annotation.CursorLineStyle UP_DOWN
public static final Annotation.CursorLineStyle LEFT_RIGHT
public static final Annotation.CursorLineStyle FOUR_DIRECTIONS
public static Annotation.CursorLineStyle[] values()
for (Annotation.CursorLineStyle c : Annotation.CursorLineStyle.values()) System.out.println(c);
public static Annotation.CursorLineStyle 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 java.lang.String toString()
toString
in class java.lang.Enum<Annotation.CursorLineStyle>
public static java.lang.String[] stringValues()
public int getIndex()