Package io.goobi.viewer.managedbeans
Enum Class HighlightsBean.EditStatus
- All Implemented Interfaces:
Serializable
,Comparable<HighlightsBean.EditStatus>
,Constable
- Enclosing class:
- HighlightsBean
Status of editing the
selected highlight
in the administration backend-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionA new hightlight is being created afterSELECT_TARGET
is completedAn existing hightlight is being editedUser still needs to select whether the highlight should be based on a record or a url -
Method Summary
Modifier and TypeMethodDescriptionstatic HighlightsBean.EditStatus
Returns the enum constant of this class with the specified name.static HighlightsBean.EditStatus[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SELECT_TARGET
User still needs to select whether the highlight should be based on a record or a url -
CREATE
A new hightlight is being created afterSELECT_TARGET
is completed -
EDIT
An existing hightlight is being edited
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-