public static enum KiwaCharterView.Menu extends java.lang.Enum<KiwaCharterView.Menu>
| Enum Constant and Description |
|---|
ABOUT |
BROWSER |
FORUM |
HOME |
HOW_TO |
MY_SPACE |
NONE |
SEARCH |
| Modifier and Type | Method and Description |
|---|---|
static KiwaCharterView.Menu |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KiwaCharterView.Menu[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KiwaCharterView.Menu NONE
public static final KiwaCharterView.Menu HOME
public static final KiwaCharterView.Menu FORUM
public static final KiwaCharterView.Menu ABOUT
public static final KiwaCharterView.Menu HOW_TO
public static final KiwaCharterView.Menu MY_SPACE
public static final KiwaCharterView.Menu BROWSER
public static final KiwaCharterView.Menu SEARCH
public static KiwaCharterView.Menu[] values()
for (KiwaCharterView.Menu c : KiwaCharterView.Menu.values()) System.out.println(c);
public static KiwaCharterView.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