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