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