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