| Modifier and Type | Method and Description |
|---|---|
static InstrumentChannel |
InstrumentChannel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstrumentChannel[] |
InstrumentChannel.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<InstrumentChannel> |
InstrumentChannel.parse(String key)
Converts a trending key string into the corresponding channel.
|
Copyright © 2021 LSST. All rights reserved.