public static enum ActiveRepairService.Status extends java.lang.Enum<ActiveRepairService.Status>
Enum Constant and Description |
---|
FINISHED |
SESSION_FAILED |
SESSION_SUCCESS |
STARTED |
Modifier and Type | Method and Description |
---|---|
static ActiveRepairService.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActiveRepairService.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActiveRepairService.Status STARTED
public static final ActiveRepairService.Status SESSION_SUCCESS
public static final ActiveRepairService.Status SESSION_FAILED
public static final ActiveRepairService.Status FINISHED
public static ActiveRepairService.Status[] values()
for (ActiveRepairService.Status c : ActiveRepairService.Status.values()) System.out.println(c);
public static ActiveRepairService.Status 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 © 2014 The Apache Software Foundation