public static enum DebuggerBreakpoint.BreakpointState extends java.lang.Enum<DebuggerBreakpoint.BreakpointState>
Enum Constant and Description |
---|
DISABLED |
EDITED |
ENABLED |
MOVED |
REFACTORED |
SCOPE_CHANGED |
UNVERIFIED |
VERIFIED |
Modifier and Type | Method and Description |
---|---|
static DebuggerBreakpoint.BreakpointState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DebuggerBreakpoint.BreakpointState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DebuggerBreakpoint.BreakpointState ENABLED
public static final DebuggerBreakpoint.BreakpointState UNVERIFIED
public static final DebuggerBreakpoint.BreakpointState VERIFIED
public static final DebuggerBreakpoint.BreakpointState DISABLED
public static final DebuggerBreakpoint.BreakpointState MOVED
public static final DebuggerBreakpoint.BreakpointState REFACTORED
public static final DebuggerBreakpoint.BreakpointState EDITED
public static final DebuggerBreakpoint.BreakpointState SCOPE_CHANGED
public static DebuggerBreakpoint.BreakpointState[] values()
for (DebuggerBreakpoint.BreakpointState c : DebuggerBreakpoint.BreakpointState.values()) System.out.println(c);
public static DebuggerBreakpoint.BreakpointState 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