| Modifier and Type | Method and Description |
|---|---|
static Chiller.Life |
Chiller.Life.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Chiller.Life[] |
Chiller.Life.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Chiller.getLifetime(Chiller.Life life)
Return a Lifetime quantity
|
String |
TestChiller.showLifetime(Chiller.Life quantity)
Show a lifetime value (extracted from query response)
|
Copyright © 2023 LSST. All rights reserved.