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