public static enum ChromiumLineBreakpoint.MutableProperty extends java.lang.Enum<ChromiumLineBreakpoint.MutableProperty>
Enum Constant and Description |
---|
CONDITION |
ENABLED |
IGNORE_COUNT |
Modifier and Type | Method and Description |
---|---|
static ChromiumLineBreakpoint.MutableProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChromiumLineBreakpoint.MutableProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChromiumLineBreakpoint.MutableProperty ENABLED
public static final ChromiumLineBreakpoint.MutableProperty CONDITION
public static final ChromiumLineBreakpoint.MutableProperty IGNORE_COUNT
public static ChromiumLineBreakpoint.MutableProperty[] values()
for (ChromiumLineBreakpoint.MutableProperty c : ChromiumLineBreakpoint.MutableProperty.values()) System.out.println(c);
public static ChromiumLineBreakpoint.MutableProperty 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 nullCopyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.