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