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