public static enum HowToView.MenuItem extends java.lang.Enum<HowToView.MenuItem>
Enum Constant and Description |
---|
DATASET_FORMATS |
HOW_TO_CHOOSE_A_LICENSE |
HOW_TO_SUBMIT_A_DATASET |
HOW_TO_USE_KINSOURCES |
TOOLS |
Modifier and Type | Method and Description |
---|---|
static HowToView.MenuItem |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HowToView.MenuItem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HowToView.MenuItem HOW_TO_USE_KINSOURCES
public static final HowToView.MenuItem HOW_TO_SUBMIT_A_DATASET
public static final HowToView.MenuItem HOW_TO_CHOOSE_A_LICENSE
public static final HowToView.MenuItem DATASET_FORMATS
public static final HowToView.MenuItem TOOLS
public static HowToView.MenuItem[] values()
for (HowToView.MenuItem c : HowToView.MenuItem.values()) System.out.println(c);
public static HowToView.MenuItem 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