public enum SequencerType extends Enum<SequencerType>
| Enum Constant and Description |
|---|
E2V |
ITL |
SCIENCE_E2V |
SCIENCE_ITL |
WAVEFRONT_E2V |
WAVEFRONT_ITL |
| Modifier and Type | Method and Description |
|---|---|
static SequencerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SequencerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SequencerType ITL
public static final SequencerType E2V
public static final SequencerType SCIENCE_ITL
public static final SequencerType SCIENCE_E2V
public static final SequencerType WAVEFRONT_ITL
public static final SequencerType WAVEFRONT_E2V
public static SequencerType[] values()
for (SequencerType c : SequencerType.values()) System.out.println(c);
public static SequencerType 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 © 2018 LSST. All rights reserved.