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