public static enum GLData.Profile extends Enum<GLData.Profile>
| Enum Constant and Description |
|---|
COMPATIBILITY |
CORE |
| Modifier and Type | Method and Description |
|---|---|
static GLData.Profile |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GLData.Profile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GLData.Profile CORE
public static final GLData.Profile COMPATIBILITY
public static GLData.Profile[] values()
for (GLData.Profile c : GLData.Profile.values()) System.out.println(c);
public static GLData.Profile 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 nullCopyright © 2016–2019 LWJGLX. All rights reserved.