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