public enum TuttiScreen extends Enum<TuttiScreen>
| Enum Constant and Description |
|---|
EDIT_CAMPAIGN
To edit a campaign.
|
EDIT_PROTOCOL
To edit a protocol.
|
EDIT_SURVEY
To edit a survey.
|
FILL_CATCHES
To fill catches.
|
SELECT_CAMPAIGN
To select survey and campaign.
|
| 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_CAMPAIGN
public static final TuttiScreen EDIT_SURVEY
public static final TuttiScreen EDIT_CAMPAIGN
public static final TuttiScreen EDIT_PROTOCOL
public static final TuttiScreen FILL_CATCHES
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.