@Generated(value="org.nuiton.eugene.java.JavaEnumerationTransformer", date="Thu Dec 17 16:16:20 CET 2015") public enum VariableType extends Enum<VariableType>
| Modifier and Type | Method and Description |
|---|---|
static VariableType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VariableType ETAT_DU_PEUPLEMENT_CULTIVE
public static final VariableType ANALYSES
public static final VariableType MESURES_DE_BIOMASSE
public static final VariableType INTERCEPTION_DU_RAYONNEMENT
public static final VariableType CONSOMMATION_D_EAU
public static final VariableType STOCK_D_AZOTE_MINERAL
public static final VariableType ANALYSE_DE_SOL
public static final VariableType HUMIDITE
public static final VariableType TEMPERATURE
public static final VariableType INFILTROMETRIE
public static final VariableType DESCRIPTION_PEDOLOGIQUE_ET_STRUCTURALE
public static final VariableType MACRO_ET_MICROORGANISMES
public static VariableType[] values()
for (VariableType c : VariableType.values()) System.out.println(c);
public static VariableType 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.