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