public static enum SchedulePhase.SchedulingStrategy extends Enum<SchedulePhase.SchedulingStrategy>
Enum Constant and Description |
---|
EARLIEST |
EARLIEST_WITH_GUARD_ORDER |
LATEST |
LATEST_OUT_OF_LOOPS |
LATEST_OUT_OF_LOOPS_IMPLICIT_NULL_CHECKS |
Modifier and Type | Method and Description |
---|---|
boolean |
considerImplicitNullChecks() |
boolean |
isEarliest() |
boolean |
isLatest() |
boolean |
scheduleOutOfLoops() |
static SchedulePhase.SchedulingStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchedulePhase.SchedulingStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchedulePhase.SchedulingStrategy EARLIEST_WITH_GUARD_ORDER
public static final SchedulePhase.SchedulingStrategy EARLIEST
public static final SchedulePhase.SchedulingStrategy LATEST
public static final SchedulePhase.SchedulingStrategy LATEST_OUT_OF_LOOPS
public static final SchedulePhase.SchedulingStrategy LATEST_OUT_OF_LOOPS_IMPLICIT_NULL_CHECKS
public static SchedulePhase.SchedulingStrategy[] values()
public static SchedulePhase.SchedulingStrategy 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 nullpublic boolean isEarliest()
public boolean isLatest()
public boolean scheduleOutOfLoops()
public boolean considerImplicitNullChecks()