public static enum TwoGeeLoader.Protocol extends Enum<TwoGeeLoader.Protocol>
Enum Constant and Description |
---|
NORMAL
just a sample measurement
|
NORMAL_TRAY
sample measurement then tray measurement
|
TRAY_FIRST
single initial tray measurement, then sample measurements
|
TRAY_NORMAL
tray measurement then sample measurement
|
TRAY_NORMAL_IGNORE
as TRAY_NORMAL but only use first tray correction
|
TRAY_NORMAL_YFLIP
tray, then sample, then sample flipped around Y axis
|
Modifier and Type | Method and Description |
---|---|
static TwoGeeLoader.Protocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TwoGeeLoader.Protocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TwoGeeLoader.Protocol NORMAL
public static final TwoGeeLoader.Protocol TRAY_NORMAL
public static final TwoGeeLoader.Protocol NORMAL_TRAY
public static final TwoGeeLoader.Protocol TRAY_NORMAL_YFLIP
public static final TwoGeeLoader.Protocol TRAY_FIRST
public static final TwoGeeLoader.Protocol TRAY_NORMAL_IGNORE
public static TwoGeeLoader.Protocol[] values()
for (TwoGeeLoader.Protocol c : TwoGeeLoader.Protocol.values()) System.out.println(c);
public static TwoGeeLoader.Protocol 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 nullCopyright © 2022. All rights reserved.