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