public static enum Chiller.FParam extends Enum<Chiller.FParam>
| Enum Constant and Description |
|---|
F00 |
F02 |
F10 |
F11 |
F12 |
F27 |
F28 |
F29 |
F30 |
F31 |
F32 |
F34 |
F37 |
F40 |
F59 |
F60 |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
double |
getMax() |
double |
getMin() |
int |
getNumber() |
double |
getTolerance() |
static Chiller.FParam |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Chiller.FParam[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Chiller.FParam F00
public static final Chiller.FParam F02
public static final Chiller.FParam F10
public static final Chiller.FParam F11
public static final Chiller.FParam F12
public static final Chiller.FParam F27
public static final Chiller.FParam F28
public static final Chiller.FParam F29
public static final Chiller.FParam F30
public static final Chiller.FParam F31
public static final Chiller.FParam F32
public static final Chiller.FParam F34
public static final Chiller.FParam F37
public static final Chiller.FParam F40
public static final Chiller.FParam F59
public static final Chiller.FParam F60
public static Chiller.FParam[] values()
for (Chiller.FParam c : Chiller.FParam.values()) System.out.println(c);
public static Chiller.FParam 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 nullpublic int getNumber()
public double getTolerance()
public double getMin()
public double getMax()
public String getDescription()
Copyright © 2022 LSST. All rights reserved.