Package de.espirit.firstspirit.workflow
Enum Class WebeditElementStatusProviderPlugin.State
java.lang.Object
java.lang.Enum<WebeditElementStatusProviderPlugin.State>
de.espirit.firstspirit.workflow.WebeditElementStatusProviderPlugin.State
- All Implemented Interfaces:
Serializable
,Comparable<WebeditElementStatusProviderPlugin.State>
,Constable
- Enclosing interface:
- WebeditElementStatusProviderPlugin
public static enum WebeditElementStatusProviderPlugin.State
extends Enum<WebeditElementStatusProviderPlugin.State>
Kind of release state of a given element.
- Since:
- 5.0.206
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionRelease state: element has been changed.Release state: workflow is running.Release state: element is released. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
RELEASED
Release state: element is released.- Since:
- 5.0.206
-
CHANGED
Release state: element has been changed.- Since:
- 5.0.206
-
IN_WORKFLOW
Release state: workflow is running.- Since:
- 5.0.206
-
-
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
-