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