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