public enum ESTORAGE_STATISTIC_ACTION_STATUS extends Enum<ESTORAGE_STATISTIC_ACTION_STATUS>
| Enum Constant and Description |
|---|
OPERATION_FINISHED
The value of this constant is 2
|
OPERATION_IN_PROGRESS
The value of this constant is 1
|
OPERTION_INITIALIZING
The value of this constant is 0
|
| Modifier and Type | Method and Description |
|---|---|
static ESTORAGE_STATISTIC_ACTION_STATUS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ESTORAGE_STATISTIC_ACTION_STATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ESTORAGE_STATISTIC_ACTION_STATUS OPERTION_INITIALIZING
The value of this constant is 0
public static final ESTORAGE_STATISTIC_ACTION_STATUS OPERATION_IN_PROGRESS
The value of this constant is 1
public static final ESTORAGE_STATISTIC_ACTION_STATUS OPERATION_FINISHED
The value of this constant is 2
public static ESTORAGE_STATISTIC_ACTION_STATUS[] values()
for (ESTORAGE_STATISTIC_ACTION_STATUS c : ESTORAGE_STATISTIC_ACTION_STATUS.values()) System.out.println(c);
public static ESTORAGE_STATISTIC_ACTION_STATUS 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 nullCopyright © 2020. All rights reserved.