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