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