public enum StorageMessage extends Enum<StorageMessage>
Enum Constant and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
getter for attribute message
|
static StorageMessage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageMessage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StorageMessage BEGINNING_GET_LIST_OF_DIGITAL_OBJECT
public static final StorageMessage BEGINNING_GET_URI_LIST_OF_DIGITAL_OBJECT
public static final StorageMessage BEGINNING_GET_URI_LIST_OF_FOLDER
public static final StorageMessage ENDING_GET_LIST_OF_DIGITAL_OBJECT
public static final StorageMessage ENDING_GET_URI_LIST_OF_DIGITAL_OBJECT
public static final StorageMessage ENDING_GET_URI_LIST_OF_FOLDER
public static final StorageMessage URI_LIST_OF_DIGITAL_OBJECT_EMPTY
public static StorageMessage[] values()
for (StorageMessage c : StorageMessage.values()) System.out.println(c);
public static StorageMessage valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getMessage()
Copyright © 2018 Vitam. All rights reserved.