@Generated(value="org.nuiton.eugene.java.JavaEnumerationTransformer", date="Thu Dec 17 16:16:20 CET 2015") public enum MeasurementType extends Enum<MeasurementType>
| Enum Constant and Description |
|---|
ADVENTICES |
GES |
METEO |
NUISIBLE_MALADIES_PHYSIOLOGIQUES_AUXILIAIRES |
PLANTE |
SOL |
STADE_CULTURE |
TRANSFERT_DE_SOLUTES |
| Modifier and Type | Method and Description |
|---|---|
static MeasurementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MeasurementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MeasurementType STADE_CULTURE
public static final MeasurementType NUISIBLE_MALADIES_PHYSIOLOGIQUES_AUXILIAIRES
public static final MeasurementType ADVENTICES
public static final MeasurementType PLANTE
public static final MeasurementType SOL
public static final MeasurementType TRANSFERT_DE_SOLUTES
public static final MeasurementType GES
public static final MeasurementType METEO
public static MeasurementType[] values()
for (MeasurementType c : MeasurementType.values()) System.out.println(c);
public static MeasurementType 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.