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