public static enum DebuggerExtenderBreakpoint.BreakpointKind extends java.lang.Enum<DebuggerExtenderBreakpoint.BreakpointKind>
| Enum Constant and Description | 
|---|
EXCEPTION  | 
FILE_LINE  | 
METHOD  | 
PROPERTIES  | 
URL_LINE  | 
| Modifier and Type | Method and Description | 
|---|---|
static DebuggerExtenderBreakpoint.BreakpointKind | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static DebuggerExtenderBreakpoint.BreakpointKind[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final DebuggerExtenderBreakpoint.BreakpointKind METHOD
public static final DebuggerExtenderBreakpoint.BreakpointKind FILE_LINE
public static final DebuggerExtenderBreakpoint.BreakpointKind URL_LINE
public static final DebuggerExtenderBreakpoint.BreakpointKind EXCEPTION
public static final DebuggerExtenderBreakpoint.BreakpointKind PROPERTIES
public static DebuggerExtenderBreakpoint.BreakpointKind[] values()
for (DebuggerExtenderBreakpoint.BreakpointKind c : DebuggerExtenderBreakpoint.BreakpointKind.values()) System.out.println(c);
public static DebuggerExtenderBreakpoint.BreakpointKind 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