public static enum StorageService.StorageStatus extends java.lang.Enum<StorageService.StorageStatus>
Enum Constant and Description |
---|
CREATED_STATUS
The created status.
|
ERROR_STATUS
The error status.
|
RUNNING_STATUS
The running status.
|
STORED_STATUS
The stored status.
|
UNKNOWN_STATUS
The unknown status.
|
Modifier and Type | Method and Description |
---|---|
static StorageService.StorageStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StorageService.StorageStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StorageService.StorageStatus UNKNOWN_STATUS
public static final StorageService.StorageStatus CREATED_STATUS
public static final StorageService.StorageStatus RUNNING_STATUS
public static final StorageService.StorageStatus STORED_STATUS
public static final StorageService.StorageStatus ERROR_STATUS
public static StorageService.StorageStatus[] values()
for (StorageService.StorageStatus c : StorageService.StorageStatus.values()) System.out.println(c);
public static StorageService.StorageStatus valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa