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