|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PlannerLevel
Interface PlannerLevel is the base interface for DebugLevel
and AssertionLevel
enum types.
FlowPlanner
to remove all PlannedOperation
instances from
the final Flow
.
DebugLevel
,
AssertionLevel
Method Summary | |
---|---|
boolean |
isNoneLevel()
Returns true if this enum instance represents a value that instructs the FlowPlanner to
remove all instances from the plan. |
boolean |
isStricterThan(PlannerLevel plannerLevel)
Returns true if the given PlannerLevel is less strict than this instance. |
Method Detail |
---|
boolean isNoneLevel()
FlowPlanner
to
remove all instances from the plan.
boolean isStricterThan(PlannerLevel plannerLevel)
PlannerLevel
is less strict than this instance.
plannerLevel
- of type PlannerLevel
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |