public static enum MenuItem.Context extends Enum<MenuItem.Context>
| Modifier and Type | Method and Description |
|---|---|
static MenuItem.Context |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MenuItem.Context[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MenuItem.Context CHAT
public static final MenuItem.Context CALL
public static final MenuItem.Context CONTACT
public static final MenuItem.Context MYSELF
public static final MenuItem.Context TOOLS
public static MenuItem.Context[] values()
for (MenuItem.Context c : MenuItem.Context.values()) System.out.println(c);
public static MenuItem.Context 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 © 2013. All Rights Reserved.