public static enum CmsMessageBundleEditorTypes.TableProperty extends java.lang.Enum<CmsMessageBundleEditorTypes.TableProperty>
| Enum Constant and Description |
|---|
DEFAULT
Table column with the message's default value.
|
DESCRIPTION
Table column with the message description.
|
KEY
Table column with the message key.
|
OPTIONS
Table column with the options (add, delete).
|
TRANSLATION
Table column with the current (language specific) translation of the message.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsMessageBundleEditorTypes.TableProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsMessageBundleEditorTypes.TableProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsMessageBundleEditorTypes.TableProperty KEY
public static final CmsMessageBundleEditorTypes.TableProperty DESCRIPTION
public static final CmsMessageBundleEditorTypes.TableProperty DEFAULT
public static final CmsMessageBundleEditorTypes.TableProperty TRANSLATION
public static final CmsMessageBundleEditorTypes.TableProperty OPTIONS
public static CmsMessageBundleEditorTypes.TableProperty[] values()
for (CmsMessageBundleEditorTypes.TableProperty c : CmsMessageBundleEditorTypes.TableProperty.values()) System.out.println(c);
public static CmsMessageBundleEditorTypes.TableProperty 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 null