public static enum CmsMessageBundleEditorTypes.BundleType extends java.lang.Enum<CmsMessageBundleEditorTypes.BundleType>
| Enum Constant and Description |
|---|
DESCRIPTOR
A bundle descriptor.
|
PROPERTY
A bundle of type propertyvfsbundle.
|
XML
A bundle of type xmlvfsbundle.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsMessageBundleEditorTypes.BundleType |
toBundleType(java.lang.String value)
An adjusted version of what is typically Enum.valueOf().
|
java.lang.String |
toString() |
static CmsMessageBundleEditorTypes.BundleType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsMessageBundleEditorTypes.BundleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsMessageBundleEditorTypes.BundleType PROPERTY
public static final CmsMessageBundleEditorTypes.BundleType XML
public static final CmsMessageBundleEditorTypes.BundleType DESCRIPTOR
public static CmsMessageBundleEditorTypes.BundleType[] values()
for (CmsMessageBundleEditorTypes.BundleType c : CmsMessageBundleEditorTypes.BundleType.values()) System.out.println(c);
public static CmsMessageBundleEditorTypes.BundleType 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 static CmsMessageBundleEditorTypes.BundleType toBundleType(java.lang.String value)
value - the resource type name that should be transformed into BundleTypepublic java.lang.String toString()
toString in class java.lang.Enum<CmsMessageBundleEditorTypes.BundleType>Enum.toString()