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