Enum Class Status
- All Implemented Interfaces:
Serializable
,Comparable<Status>
,Constable
Deprecated.
Used to flag, and do something later. May be used to implement undo methods.
Default value is "none"
"blank" value is used to flag as new Actor container (blanks are not saved).
- Since:
- 1.0 27-nov.-07
- Author:
- Steph GAUDRY
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDeprecated."blank" value is used to flag as new category container (blanks are not saved).Deprecated.to notify than a modification has donsDeprecated.Default valueDeprecated.to addDeprecated.to add in the bibliobrol applicationDeprecated.to delete in the bibliobrol applicationDeprecated.to deleteDeprecated.to save new values -
Method Summary
-
Enum Constant Details
-
TO_DELETE
Deprecated.to delete -
TO_UPDATE
Deprecated.to save new values -
TO_ADD
Deprecated.to add -
BLANK
Deprecated."blank" value is used to flag as new category container (blanks are not saved). -
NONE
Deprecated.Default value -
TO_APP_DELETE
Deprecated.to delete in the bibliobrol application -
TO_APP_ADD
Deprecated.to add in the bibliobrol application -
MODIFIED
Deprecated.to notify than a modification has dons
-
-
Method Details
-
values
Deprecated.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
Deprecated.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
-