public enum AppMenuType extends Enum<AppMenuType>
| Enum Constant and Description |
|---|
AppSwitcher
Enumeration : AppSwitcher
|
NetworkTabs
Enumeration : NetworkTabs
|
Salesforce1
Enumeration : Salesforce1
|
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static AppMenuType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppMenuType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppMenuType AppSwitcher
public static final AppMenuType Salesforce1
public static final AppMenuType NetworkTabs
public static AppMenuType[] values()
for (AppMenuType c : AppMenuType.values()) System.out.println(c);
public static AppMenuType 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 nullpublic String toString()
toString in class Enum<AppMenuType>Copyright © 2015. All Rights Reserved.