public enum ContentManagementSubmodule extends java.lang.Enum<ContentManagementSubmodule> implements Submodule
CONTENT_MANAGEMENT module| Enum Constant and Description |
|---|
CONTENT_ITEMS |
DOCUMENT_CATEGORIES |
DOCUMENT_FIELDS |
DOCUMENTS |
IMAGE_CATEGORIES |
MOBILE_PAGES
Pages to be shown in the mobile application
|
STATIC_CONTENTS
Header, footer, helps, etc
|
THEMES |
TRANSLATIONS |
| 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 ContentManagementSubmodule |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContentManagementSubmodule[] |
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 ContentManagementSubmodule DOCUMENTS
public static final ContentManagementSubmodule DOCUMENT_CATEGORIES
public static final ContentManagementSubmodule DOCUMENT_FIELDS
public static final ContentManagementSubmodule TRANSLATIONS
public static final ContentManagementSubmodule THEMES
public static final ContentManagementSubmodule IMAGE_CATEGORIES
public static final ContentManagementSubmodule CONTENT_ITEMS
public static final ContentManagementSubmodule MOBILE_PAGES
public static final ContentManagementSubmodule STATIC_CONTENTS
public static ContentManagementSubmodule[] values()
for (ContentManagementSubmodule c : ContentManagementSubmodule.values()) System.out.println(c);
public static ContentManagementSubmodule 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