public static enum BreakPoint.State extends Enum<BreakPoint.State>
Modifier and Type | Method and Description |
---|---|
String |
getAltIconPath() |
String |
getIconPath() |
String |
getMenuItem() |
static BreakPoint.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BreakPoint.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BreakPoint.State ENABLED
public static final BreakPoint.State DISABLED
public static final BreakPoint.State NONE
public static BreakPoint.State[] values()
for (BreakPoint.State c : BreakPoint.State.values()) System.out.println(c);
public static BreakPoint.State 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 nullpublic String getIconPath()
public String getAltIconPath()
public String getMenuItem()
Copyright © 2019. All rights reserved.