public static enum Share.Status extends Enum<Share.Status>
Enum Constant and Description |
---|
AVAILABLE |
CREATING |
DELETING |
ERROR |
ERROR_DELETING |
EXTENDING |
EXTENDING_ERROR |
MANAGE_STARTING |
SHRINKING |
SHRINKING_ERROR |
SHRINKING_POSSIBLE_DATA_LOSS_ERROR |
UNMANAGE_ERROR |
UNMANAGE_STARTING |
UNMANAGED |
Modifier and Type | Method and Description |
---|---|
String |
value() |
static Share.Status |
value(String v) |
static Share.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Share.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Share.Status CREATING
public static final Share.Status DELETING
public static final Share.Status ERROR
public static final Share.Status ERROR_DELETING
public static final Share.Status AVAILABLE
public static final Share.Status MANAGE_STARTING
public static final Share.Status UNMANAGE_STARTING
public static final Share.Status UNMANAGE_ERROR
public static final Share.Status UNMANAGED
public static final Share.Status EXTENDING
public static final Share.Status EXTENDING_ERROR
public static final Share.Status SHRINKING
public static final Share.Status SHRINKING_ERROR
public static final Share.Status SHRINKING_POSSIBLE_DATA_LOSS_ERROR
public static Share.Status[] values()
for (Share.Status c : Share.Status.values()) System.out.println(c);
public static Share.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 nullpublic static Share.Status value(String v)
public String value()
Copyright © 2017. All rights reserved.