private static enum CompileJSL.InputParam extends java.lang.Enum<CompileJSL.InputParam>
| Enum Constant and Description |
|---|
TEXCOORD0 |
TEXCOORD1 |
VERTEXCOLOR |
WINCOORD |
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
varName |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getVarName() |
static CompileJSL.InputParam |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompileJSL.InputParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompileJSL.InputParam TEXCOORD0
public static final CompileJSL.InputParam TEXCOORD1
public static final CompileJSL.InputParam WINCOORD
public static final CompileJSL.InputParam VERTEXCOLOR
public static CompileJSL.InputParam[] values()
for (CompileJSL.InputParam c : CompileJSL.InputParam.values()) System.out.println(c);
public static CompileJSL.InputParam 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 java.lang.String getVarName()