@Generated(value="org.nuiton.eugene.java.JavaEnumerationTransformer", date="Thu Dec 17 16:16:20 CET 2015") public enum BioAgressorType extends Enum<BioAgressorType>
| Enum Constant and Description |
|---|
ACTION_SUR_LE_METABOLISME |
ADVENTICE |
AUXILIAIRE_BIOLOGIQUE |
GENERIQUE |
MALADIE |
MALADIE_PHYSIOLOGIQUE |
PLANTE_PARASITE |
PLANTES_ENVAHISSANTES_ORIGINE_EXOTIQUE |
RAVAGEUR |
VIRUS |
| Modifier and Type | Method and Description |
|---|---|
static BioAgressorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BioAgressorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BioAgressorType ADVENTICE
public static final BioAgressorType ACTION_SUR_LE_METABOLISME
public static final BioAgressorType AUXILIAIRE_BIOLOGIQUE
public static final BioAgressorType GENERIQUE
public static final BioAgressorType MALADIE
public static final BioAgressorType MALADIE_PHYSIOLOGIQUE
public static final BioAgressorType PLANTE_PARASITE
public static final BioAgressorType PLANTES_ENVAHISSANTES_ORIGINE_EXOTIQUE
public static final BioAgressorType RAVAGEUR
public static final BioAgressorType VIRUS
public static BioAgressorType[] values()
for (BioAgressorType c : BioAgressorType.values()) System.out.println(c);
public static BioAgressorType 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.