public enum MobileSubmodule extends java.lang.Enum<MobileSubmodule> implements Submodule
ContentManagementSubmodule.MOBILE_PAGES submodule| Enum Constant and Description |
|---|
ACCOUNTS |
ADDRESSES |
AGREEMENTS |
CONFIGURATION |
CONTACTS |
GENERAL |
HELPS |
HOME |
LOGIN |
MARKETPLACE |
PAYMENTS |
PROFILE |
TRANSACTIONS |
UI |
USERS |
VOUCHERS |
| Modifier and Type | Method and Description |
|---|---|
Module |
module()
Returns the module for this submodule
|
java.lang.String |
prefix()
Returns the prefix used by this class
|
static MobileSubmodule |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MobileSubmodule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final MobileSubmodule ACCOUNTS
public static final MobileSubmodule ADDRESSES
public static final MobileSubmodule AGREEMENTS
public static final MobileSubmodule CONTACTS
public static final MobileSubmodule CONFIGURATION
public static final MobileSubmodule GENERAL
public static final MobileSubmodule HELPS
public static final MobileSubmodule HOME
public static final MobileSubmodule LOGIN
public static final MobileSubmodule MARKETPLACE
public static final MobileSubmodule PAYMENTS
public static final MobileSubmodule TRANSACTIONS
public static final MobileSubmodule VOUCHERS
public static final MobileSubmodule PROFILE
public static final MobileSubmodule UI
public static final MobileSubmodule USERS
public static MobileSubmodule[] values()
for (MobileSubmodule c : MobileSubmodule.values()) System.out.println(c);
public static MobileSubmodule 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 nullpublic Module module()
Submodulepublic java.lang.String prefix()
PrefixedEnumprefix in interface PrefixedEnum