public static enum AbstractCleanupMutator.CleanupSchedule extends java.lang.Enum<AbstractCleanupMutator.CleanupSchedule>
| Modifier and Type | Method and Description |
|---|---|
static AbstractCleanupMutator.CleanupSchedule |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractCleanupMutator.CleanupSchedule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractCleanupMutator.CleanupSchedule SCENARIO
public static final AbstractCleanupMutator.CleanupSchedule CLEANUP
public static final AbstractCleanupMutator.CleanupSchedule BUILD
public static AbstractCleanupMutator.CleanupSchedule[] values()
for (AbstractCleanupMutator.CleanupSchedule c : AbstractCleanupMutator.CleanupSchedule.values()) System.out.println(c);
public static AbstractCleanupMutator.CleanupSchedule valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null