Enum Class StorageMessage
- All Implemented Interfaces:
Serializable
,Comparable<StorageMessage>
,Constable
Display logged messages from workspace
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionBeginning of getting List of Digital ObjectBeginning of getting Uri List of Digital ObjectBeginning of getting Uri List of foldersEnding of getting List of Digital ObjectEnding of getting Uri List of Digital ObjectEnding of getting Uri List of foldersUri list of digital objects empty -
Method Summary
Modifier and TypeMethodDescriptiongetter for attribute messagestatic StorageMessage
Returns the enum constant of this class with the specified name.static StorageMessage[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BEGINNING_GET_LIST_OF_DIGITAL_OBJECT
Beginning of getting List of Digital Object -
BEGINNING_GET_URI_LIST_OF_DIGITAL_OBJECT
Beginning of getting Uri List of Digital Object -
BEGINNING_GET_URI_LIST_OF_FOLDER
Beginning of getting Uri List of folders -
ENDING_GET_LIST_OF_DIGITAL_OBJECT
Ending of getting List of Digital Object -
ENDING_GET_URI_LIST_OF_DIGITAL_OBJECT
Ending of getting Uri List of Digital Object -
ENDING_GET_URI_LIST_OF_FOLDER
Ending of getting Uri List of folders -
URI_LIST_OF_DIGITAL_OBJECT_EMPTY
Uri list of digital objects empty
-
-
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
-
getMessage
getter for attribute message- Returns:
- message
-