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