org.kahina.core.breakpoint
Class KahinaBreakpointType

java.lang.Object
  extended by org.kahina.core.breakpoint.KahinaBreakpointType

public class KahinaBreakpointType
extends Object

A selection of constant symbols defining meaningful values for the type property of a KahinaBreakpoint.

Applications may define additional breakpoint types by inheriting from this class. To avoid the redefinition of existing types, user-defined extensions should not assign the integer values 0 through 8 to any constant.


Field Summary
static int CREEP_POINT
           
static int FAIL_POINT
           
static int PRIMARY_BREAKPOINT
           
static int PRIMARY_WARN_POINT
           
static int PROFILE_POINT
           
static int SECONDARY_BREAKPOINT
           
static int SECONDARY_WARN_POINT
           
static int SKIP_POINT
           
 
Constructor Summary
KahinaBreakpointType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRIMARY_BREAKPOINT

public static final int PRIMARY_BREAKPOINT
See Also:
Constant Field Values

SECONDARY_BREAKPOINT

public static final int SECONDARY_BREAKPOINT
See Also:
Constant Field Values

SKIP_POINT

public static final int SKIP_POINT
See Also:
Constant Field Values

PROFILE_POINT

public static final int PROFILE_POINT
See Also:
Constant Field Values

CREEP_POINT

public static final int CREEP_POINT
See Also:
Constant Field Values

FAIL_POINT

public static final int FAIL_POINT
See Also:
Constant Field Values

PRIMARY_WARN_POINT

public static final int PRIMARY_WARN_POINT
See Also:
Constant Field Values

SECONDARY_WARN_POINT

public static final int SECONDARY_WARN_POINT
See Also:
Constant Field Values
Constructor Detail

KahinaBreakpointType

public KahinaBreakpointType()