public enum EGoToLocationValues extends java.lang.Enum<EGoToLocationValues>
| Enum Constant and Description |
|---|
GOTO |
GOTO_AND_PEEK |
PEEK |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static EGoToLocationValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EGoToLocationValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EGoToLocationValues PEEK
public static final EGoToLocationValues GOTO_AND_PEEK
public static final EGoToLocationValues GOTO
public static EGoToLocationValues[] values()
for (EGoToLocationValues c : EGoToLocationValues.values()) System.out.println(c);
public static EGoToLocationValues 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<EGoToLocationValues>Copyright © 2011–2021. All rights reserved.