@Generated(value="org.nuiton.eugene.java.JavaEnumerationTransformer", date="Thu Dec 17 16:16:20 CET 2015") public enum IrrigationSystemType extends Enum<IrrigationSystemType>
| Enum Constant and Description |
|---|
AUTRE |
CANON_FIXE |
COUVERTURE_INTEGRALE |
COUVERTURE_INTEGRALE_SOUS_FRONDAISON |
ENROULEUR |
GOUTTE_A_GOUTTE_ENTERRE |
GOUTTE_A_GOUTTE_MOBILE |
PIVOT |
SYSTEME_GRAVITAIRE |
| Modifier and Type | Method and Description |
|---|---|
static IrrigationSystemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IrrigationSystemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IrrigationSystemType AUTRE
public static final IrrigationSystemType ENROULEUR
public static final IrrigationSystemType CANON_FIXE
public static final IrrigationSystemType COUVERTURE_INTEGRALE
public static final IrrigationSystemType COUVERTURE_INTEGRALE_SOUS_FRONDAISON
public static final IrrigationSystemType GOUTTE_A_GOUTTE_ENTERRE
public static final IrrigationSystemType GOUTTE_A_GOUTTE_MOBILE
public static final IrrigationSystemType PIVOT
public static final IrrigationSystemType SYSTEME_GRAVITAIRE
public static IrrigationSystemType[] values()
for (IrrigationSystemType c : IrrigationSystemType.values()) System.out.println(c);
public static IrrigationSystemType 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.