public enum SystemSubmodule extends java.lang.Enum<SystemSubmodule> implements Submodule
Module.SYSTEM module| Enum Constant and Description |
|---|
CHANNEL_CONFIGURATIONS |
CONFIGURATIONS |
ENTITY_LOGS |
EXTENSION_POINTS |
FIELDS |
IMAGES |
IMPORTS |
LANGUAGES |
LICENSING |
NETWORKS |
OPERATION_FIELDS |
OPERATIONS |
REPORTS |
SCHEDULED_TASKS |
SCRIPTS |
SETUP |
SMS_OPERATION_CONFIGURATIONS |
WEB_SERVICES |
| 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 SystemSubmodule |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SystemSubmodule[] |
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 SystemSubmodule CONFIGURATIONS
public static final SystemSubmodule CHANNEL_CONFIGURATIONS
public static final SystemSubmodule EXTENSION_POINTS
public static final SystemSubmodule FIELDS
public static final SystemSubmodule IMAGES
public static final SystemSubmodule LANGUAGES
public static final SystemSubmodule LICENSING
public static final SystemSubmodule NETWORKS
public static final SystemSubmodule OPERATIONS
public static final SystemSubmodule OPERATION_FIELDS
public static final SystemSubmodule REPORTS
public static final SystemSubmodule SCHEDULED_TASKS
public static final SystemSubmodule SCRIPTS
public static final SystemSubmodule SETUP
public static final SystemSubmodule SMS_OPERATION_CONFIGURATIONS
public static final SystemSubmodule IMPORTS
public static final SystemSubmodule ENTITY_LOGS
public static final SystemSubmodule WEB_SERVICES
public static SystemSubmodule[] values()
for (SystemSubmodule c : SystemSubmodule.values()) System.out.println(c);
public static SystemSubmodule 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