@Generated(value="org.nuiton.eugene.java.JavaEnumerationTransformer", date="Thu Dec 17 16:16:20 CET 2015") public enum YealdUnit extends Enum<YealdUnit>
| Enum Constant and Description |
|---|
HL_HA |
KG_M2 |
Q_HA |
TONNE_HA |
UNITE_HA |
UNITE_M2 |
| Modifier and Type | Method and Description |
|---|---|
static YealdUnit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YealdUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YealdUnit HL_HA
public static final YealdUnit KG_M2
public static final YealdUnit Q_HA
public static final YealdUnit TONNE_HA
public static final YealdUnit UNITE_HA
public static final YealdUnit UNITE_M2
public static YealdUnit[] values()
for (YealdUnit c : YealdUnit.values()) System.out.println(c);
public static YealdUnit 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 nullCopyright © 2013–2015 Inra. All rights reserved.