org.qedeq.kernel.se.common
Interface CheckLevel

All Known Implementing Classes:
KernelNodeBo

public interface CheckLevel

Represents a check level.

Author:
Michael Meyling

Field Summary
static int FAILURE
          Check had failure result.
static int SUCCESS
          Check successfully completed.
static int UNCHECKED
          Check was not performed yet.
 

Field Detail

UNCHECKED

static final int UNCHECKED
Check was not performed yet.

See Also:
Constant Field Values

FAILURE

static final int FAILURE
Check had failure result.

See Also:
Constant Field Values

SUCCESS

static final int SUCCESS
Check successfully completed.

See Also:
Constant Field Values


Copyright © 2014. All Rights Reserved.