public static enum ExperimentHelper.EventType extends Enum<ExperimentHelper.EventType>
| Enum Constant and Description |
|---|
AUTO_IRRIG |
CHEMICALS |
FERTILIZER |
HARVEST |
IRRIGATION |
MULCH |
ORGANIC_MATTER |
PLANTING |
TILLAGE |
| Modifier and Type | Method and Description |
|---|---|
static ExperimentHelper.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExperimentHelper.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExperimentHelper.EventType PLANTING
public static final ExperimentHelper.EventType IRRIGATION
public static final ExperimentHelper.EventType AUTO_IRRIG
public static final ExperimentHelper.EventType FERTILIZER
public static final ExperimentHelper.EventType TILLAGE
public static final ExperimentHelper.EventType ORGANIC_MATTER
public static final ExperimentHelper.EventType HARVEST
public static final ExperimentHelper.EventType CHEMICALS
public static final ExperimentHelper.EventType MULCH
public static ExperimentHelper.EventType[] values()
for (ExperimentHelper.EventType c : ExperimentHelper.EventType.values()) System.out.println(c);
public static ExperimentHelper.EventType 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 © 2014. All Rights Reserved.