public static enum SCAbstractParser.Keyword extends java.lang.Enum<SCAbstractParser.Keyword>
Enum Constant and Description |
---|
BOOL |
CAMERA |
COLOR |
END_OF_FILE |
FLOAT |
FLOAT_ARRAY |
FRAME |
GEOMETRY |
INCLUDE |
INSTANCE |
INT |
INT_ARRAY |
LIGHT |
MATRIX |
MATRIX_ARRAY |
MODIFIER |
OPTIONS |
PARAMETER |
PLUGIN |
POINT |
POINT_ARRAY |
REMOVE |
RESET |
SEARCHPATH |
SHADER |
STRING |
STRING_ARRAY |
TEXCOORD |
TEXCOORD_ARRAY |
VECTOR |
VECTOR_ARRAY |
Modifier and Type | Method and Description |
---|---|
static SCAbstractParser.Keyword |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SCAbstractParser.Keyword[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SCAbstractParser.Keyword RESET
public static final SCAbstractParser.Keyword PARAMETER
public static final SCAbstractParser.Keyword GEOMETRY
public static final SCAbstractParser.Keyword INSTANCE
public static final SCAbstractParser.Keyword SHADER
public static final SCAbstractParser.Keyword MODIFIER
public static final SCAbstractParser.Keyword LIGHT
public static final SCAbstractParser.Keyword CAMERA
public static final SCAbstractParser.Keyword OPTIONS
public static final SCAbstractParser.Keyword INCLUDE
public static final SCAbstractParser.Keyword REMOVE
public static final SCAbstractParser.Keyword FRAME
public static final SCAbstractParser.Keyword PLUGIN
public static final SCAbstractParser.Keyword SEARCHPATH
public static final SCAbstractParser.Keyword STRING
public static final SCAbstractParser.Keyword BOOL
public static final SCAbstractParser.Keyword INT
public static final SCAbstractParser.Keyword FLOAT
public static final SCAbstractParser.Keyword COLOR
public static final SCAbstractParser.Keyword POINT
public static final SCAbstractParser.Keyword VECTOR
public static final SCAbstractParser.Keyword TEXCOORD
public static final SCAbstractParser.Keyword MATRIX
public static final SCAbstractParser.Keyword STRING_ARRAY
public static final SCAbstractParser.Keyword INT_ARRAY
public static final SCAbstractParser.Keyword FLOAT_ARRAY
public static final SCAbstractParser.Keyword POINT_ARRAY
public static final SCAbstractParser.Keyword VECTOR_ARRAY
public static final SCAbstractParser.Keyword TEXCOORD_ARRAY
public static final SCAbstractParser.Keyword MATRIX_ARRAY
public static final SCAbstractParser.Keyword END_OF_FILE
public static SCAbstractParser.Keyword[] values()
for (SCAbstractParser.Keyword c : SCAbstractParser.Keyword.values()) System.out.println(c);
public static SCAbstractParser.Keyword 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