public enum TuttiScreen extends Enum<TuttiScreen>
| Enum Constant and Description |
|---|
EDIT_CRUISE
To edit a cruise.
|
EDIT_FISHING_OPERATION
To fill catches.
|
EDIT_PROGRAM
To edit a program.
|
EDIT_PROTOCOL
To edit a protocol.
|
SELECT_CRUISE
To select program and cruise.
|
| Modifier and Type | Method and Description |
|---|---|
static TuttiScreen |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TuttiScreen[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TuttiScreen SELECT_CRUISE
public static final TuttiScreen EDIT_PROGRAM
public static final TuttiScreen EDIT_CRUISE
public static final TuttiScreen EDIT_PROTOCOL
public static final TuttiScreen EDIT_FISHING_OPERATION
public static TuttiScreen[] values()
for (TuttiScreen c : TuttiScreen.values()) System.out.println(c);
public static TuttiScreen 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 © 2012 Ifremer. All Rights Reserved.