Uses of Enum Class
org.opencms.ui.editors.messagebundle.CmsMessageBundleEditorTypes.BundleType
Packages that use CmsMessageBundleEditorTypes.BundleType
Package
Description
The data bindings and logic for the translator editor.
-
Uses of CmsMessageBundleEditorTypes.BundleType in org.opencms.ui.editors.messagebundle
Methods in org.opencms.ui.editors.messagebundle that return CmsMessageBundleEditorTypes.BundleTypeModifier and TypeMethodDescriptionCmsMessageBundleEditorModel.getBundleType()Returns the type of the currently edited bundle.CmsMessageBundleEditorTypes.BundleType.toBundleType(String value) An adjusted version of what is typically Enum.valueOf().Returns the enum constant of this class with the specified name.CmsMessageBundleEditorTypes.BundleType.values()Returns an array containing the constants of this enum class, in the order they are declared.