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