public static enum HeatExchanger.Unknowns extends java.lang.Enum<HeatExchanger.Unknowns>
| Enum Constant and Description |
|---|
COLD_FLUID_FLOW |
COLD_FLUID_IN_T |
COLD_FLUID_OUT_T |
HOT_FLUID_FLOW |
HOT_FLUID_IN_T |
HOT_FLUID_OUT_T |
| Modifier and Type | Method and Description |
|---|---|
static HeatExchanger.Unknowns |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HeatExchanger.Unknowns[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HeatExchanger.Unknowns HOT_FLUID_OUT_T
public static final HeatExchanger.Unknowns HOT_FLUID_IN_T
public static final HeatExchanger.Unknowns COLD_FLUID_OUT_T
public static final HeatExchanger.Unknowns COLD_FLUID_IN_T
public static final HeatExchanger.Unknowns HOT_FLUID_FLOW
public static final HeatExchanger.Unknowns COLD_FLUID_FLOW
public static HeatExchanger.Unknowns[] values()
for (HeatExchanger.Unknowns c : HeatExchanger.Unknowns.values()) System.out.println(c);
public static HeatExchanger.Unknowns valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null