@Generated(value="org.nuiton.eugene.java.JavaEnumerationTransformer", date="Thu Dec 17 16:16:20 CET 2015") public enum AgrosystInterventionType extends Enum<AgrosystInterventionType>
| Enum Constant and Description |
|---|
APPLICATION_DE_PRODUITS_FERTILISANTS_MINERAUX |
APPLICATION_DE_PRODUITS_PHYTOSANITAIRES |
AUTRE |
ENTRETIEN_TAILLE_VIGNE_ET_VERGER |
EPANDAGES_ORGANIQUES |
IRRIGATION |
LUTTE_BIOLOGIQUE |
RECOLTE |
SEMIS |
TRANSPORT |
TRAVAIL_DU_SOL |
| Modifier and Type | Method and Description |
|---|---|
static AgrosystInterventionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgrosystInterventionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgrosystInterventionType APPLICATION_DE_PRODUITS_FERTILISANTS_MINERAUX
public static final AgrosystInterventionType APPLICATION_DE_PRODUITS_PHYTOSANITAIRES
public static final AgrosystInterventionType AUTRE
public static final AgrosystInterventionType ENTRETIEN_TAILLE_VIGNE_ET_VERGER
public static final AgrosystInterventionType EPANDAGES_ORGANIQUES
public static final AgrosystInterventionType IRRIGATION
public static final AgrosystInterventionType LUTTE_BIOLOGIQUE
public static final AgrosystInterventionType RECOLTE
public static final AgrosystInterventionType SEMIS
public static final AgrosystInterventionType TRANSPORT
public static final AgrosystInterventionType TRAVAIL_DU_SOL
public static AgrosystInterventionType[] values()
for (AgrosystInterventionType c : AgrosystInterventionType.values()) System.out.println(c);
public static AgrosystInterventionType 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.