public enum OvhTaskStateEnum extends Enum<OvhTaskStateEnum>
| Enum Constant and Description |
|---|
blocked |
cancelled |
doing |
done |
error |
paused |
todo |
waitingAck |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OvhTaskStateEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhTaskStateEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OvhTaskStateEnum blocked
public static final OvhTaskStateEnum cancelled
public static final OvhTaskStateEnum doing
public static final OvhTaskStateEnum done
public static final OvhTaskStateEnum error
public static final OvhTaskStateEnum paused
public static final OvhTaskStateEnum todo
public static final OvhTaskStateEnum waitingAck
public static OvhTaskStateEnum[] values()
for (OvhTaskStateEnum c : OvhTaskStateEnum.values()) System.out.println(c);
public static OvhTaskStateEnum 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 String toString()
toString in class Enum<OvhTaskStateEnum>Copyright © 2018. All rights reserved.