public enum OvhFaxSendingTries extends Enum<OvhFaxSendingTries>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static OvhFaxSendingTries |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhFaxSendingTries[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OvhFaxSendingTries _1
public static final OvhFaxSendingTries _2
public static final OvhFaxSendingTries _3
public static final OvhFaxSendingTries _4
public static final OvhFaxSendingTries _5
public static final OvhFaxSendingTries _6
public static final OvhFaxSendingTries _7
public static final OvhFaxSendingTries _8
public static final OvhFaxSendingTries _9
public static OvhFaxSendingTries[] values()
for (OvhFaxSendingTries c : OvhFaxSendingTries.values()) System.out.println(c);
public static OvhFaxSendingTries 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<OvhFaxSendingTries>Copyright © 2018. All rights reserved.