public static enum Breakpoint.VALIDITY extends Enum<Breakpoint.VALIDITY>
Enum.EnumDesc<E extends Enum<E>>
Modifier and Type | Method and Description |
---|---|
static Breakpoint.VALIDITY |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Breakpoint.VALIDITY[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Breakpoint.VALIDITY UNKNOWN
public static final Breakpoint.VALIDITY VALID
public static final Breakpoint.VALIDITY INVALID
public static Breakpoint.VALIDITY[] values()
public static Breakpoint.VALIDITY valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null