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