public static enum Properties.AvailableSchedule extends Enum<Properties.AvailableSchedule>
| Enum Constant and Description |
|---|
BUDGET |
BUDGET_AND_SEEDING |
HISTORY |
SEEDING |
SIMPLE |
| Modifier and Type | Method and Description |
|---|---|
static Properties.AvailableSchedule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Properties.AvailableSchedule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Properties.AvailableSchedule SIMPLE
public static final Properties.AvailableSchedule BUDGET
public static final Properties.AvailableSchedule SEEDING
public static final Properties.AvailableSchedule BUDGET_AND_SEEDING
public static final Properties.AvailableSchedule HISTORY
public static Properties.AvailableSchedule[] values()
for (Properties.AvailableSchedule c : Properties.AvailableSchedule.values()) System.out.println(c);
public static Properties.AvailableSchedule 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 © 2010–2017 EvoSuite. All rights reserved.