java.io.Serializable, java.lang.Comparable<CommonCommands.LookView>public static enum CommonCommands.LookView extends java.lang.Enum<CommonCommands.LookView>
| Enum Constant | Description |
|---|---|
LOOK_BRIEFOK |
The even briefer glance flag
|
LOOK_LONG |
The longest 'Examine' view flag
|
LOOK_NORMAL |
The normal glance flag
|
| Modifier and Type | Method | Description |
|---|---|---|
static CommonCommands.LookView |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CommonCommands.LookView[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommonCommands.LookView LOOK_LONG
public static final CommonCommands.LookView LOOK_NORMAL
public static final CommonCommands.LookView LOOK_BRIEFOK
public static CommonCommands.LookView[] values()
for (CommonCommands.LookView c : CommonCommands.LookView.values()) System.out.println(c);
public static CommonCommands.LookView 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 null