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