public static enum ScanFactory.ScanType extends java.lang.Enum<ScanFactory.ScanType>
Enum Constant and Description |
---|
AGNOSTIC
independent of explicit form -- uses new scheme framework
|
PGSE_SCAN
Simple idealised two-lobed sequence
|
TWICE_REFOCUSED
Four-pulse sequence with two 180 pulses
|
Modifier and Type | Method and Description |
---|---|
static ScanFactory.ScanType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScanFactory.ScanType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScanFactory.ScanType PGSE_SCAN
public static final ScanFactory.ScanType TWICE_REFOCUSED
public static final ScanFactory.ScanType AGNOSTIC
public static ScanFactory.ScanType[] values()
for (ScanFactory.ScanType c : ScanFactory.ScanType.values()) System.out.println(c);
public static ScanFactory.ScanType 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