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