public static enum Debug.LocalDebugItem extends java.lang.Enum<Debug.LocalDebugItem> implements Debug.DebugItem
Debug.DebugItem.| Enum Constant and Description |
|---|
D_D
Dummy/example debug item.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
isset
Activation state.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
toBool()
Computes the activation state of the constant.
|
static Debug.LocalDebugItem |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Debug.LocalDebugItem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Debug.LocalDebugItem D_D
public static Debug.LocalDebugItem[] values()
for (Debug.LocalDebugItem c : Debug.LocalDebugItem.values()) System.out.println(c);
public static Debug.LocalDebugItem 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 nullpublic boolean toBool()
Debug.DebugItemdbg() call for
the specified debug constant.toBool in interface Debug.DebugItem