public static enum CliRowView.RowOperation extends Enum<CliRowView.RowOperation>
Modifier and Type | Method and Description |
---|---|
static CliRowView.RowOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CliRowView.RowOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CliRowView.RowOperation QUIT
public static final CliRowView.RowOperation UP
public static final CliRowView.RowOperation DOWN
public static final CliRowView.RowOperation LEFT
public static final CliRowView.RowOperation RIGHT
public static CliRowView.RowOperation[] values()
for (CliRowView.RowOperation c : CliRowView.RowOperation.values()) System.out.println(c);
public static CliRowView.RowOperation 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 © 2014–2024 The Apache Software Foundation. All rights reserved.