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