| Package | Description |
|---|---|
| org.opencms.ui.editors.messagebundle |
The data bindings and logic for the translator editor.
|
| Modifier and Type | Method and Description |
|---|---|
CmsMessageBundleEditorTypes.BundleType |
CmsMessageBundleEditorModel.getBundleType()
Returns the type of the currently edited bundle.
|
static CmsMessageBundleEditorTypes.BundleType |
CmsMessageBundleEditorTypes.BundleType.toBundleType(java.lang.String value)
An adjusted version of what is typically Enum.valueOf().
|
static CmsMessageBundleEditorTypes.BundleType |
CmsMessageBundleEditorTypes.BundleType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsMessageBundleEditorTypes.BundleType[] |
CmsMessageBundleEditorTypes.BundleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|