public enum TuttiScreen extends Enum<TuttiScreen>
| Enum Constant and Description |
|---|
CONFIG
To display config.
|
EDIT_CRUISE
To edit a cruise.
|
EDIT_FISHING_OPERATION
To fill operations.
|
EDIT_PROGRAM
To edit a program.
|
EDIT_PROTOCOL
To edit a protocol.
|
IMPORT_TEMPORARY_REFERENTIAL
To open import temporary referential.
|
MANAGE_DB
To manage db used by Tutti.
|
SELECT_CRUISE
To select program and cruise.
|
VALIDATE_CRUISE
To validate the 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 CONFIG
public static final TuttiScreen MANAGE_DB
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 IMPORT_TEMPORARY_REFERENTIAL
public static final TuttiScreen EDIT_FISHING_OPERATION
public static final TuttiScreen VALIDATE_CRUISE
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–2013 Ifremer. All rights reserved.