public static enum BrowserView.Menu extends java.lang.Enum<BrowserView.Menu>
Enum Constant and Description |
---|
ALL_AUTHORS |
ALL_CONTRIBUTORS |
ALL_DATASETS |
ALL_FIELDS |
ALL_ORGANIZATIONS |
ALL_STATISTICS |
MY_DATASETS |
NONE |
Modifier and Type | Method and Description |
---|---|
static BrowserView.Menu |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BrowserView.Menu[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrowserView.Menu NONE
public static final BrowserView.Menu MY_DATASETS
public static final BrowserView.Menu ALL_DATASETS
public static final BrowserView.Menu ALL_CONTRIBUTORS
public static final BrowserView.Menu ALL_AUTHORS
public static final BrowserView.Menu ALL_ORGANIZATIONS
public static final BrowserView.Menu ALL_FIELDS
public static final BrowserView.Menu ALL_STATISTICS
public static BrowserView.Menu[] values()
for (BrowserView.Menu c : BrowserView.Menu.values()) System.out.println(c);
public static BrowserView.Menu 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