|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TwoGeeLoader.Protocol>
net.talvi.puffinplot.data.file.TwoGeeLoader.Protocol
public static enum TwoGeeLoader.Protocol
A measurement protocol. A protocol defines the order in which sample measurements and empty-tray measurements are taken, and the sample orientations during sample measurements.
Enum Constant Summary | |
---|---|
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 |
Method Summary | |
---|---|
static TwoGeeLoader.Protocol |
valueOf(java.lang.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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
public static TwoGeeLoader.Protocol[] values()
for (TwoGeeLoader.Protocol c : TwoGeeLoader.Protocol.values()) System.out.println(c);
public static TwoGeeLoader.Protocol 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 name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |