| Modifier and Type | Field and Description |
|---|---|
InstrumentType |
InstrumentConfig.type
The make and/or model of the instrument.
|
| Modifier and Type | Method and Description |
|---|---|
static InstrumentType |
InstrumentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstrumentType[] |
InstrumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<InstrumentType> |
InstrumentType.parse(String name)
Converts a string to one of the instances of this enum.
|
| Constructor and Description |
|---|
InstrumentConfig(int index,
InstrumentType type,
String conn) |
Copyright © 2019 LSST. All rights reserved.