public static enum LiqMolVolHBT.parameters extends java.lang.Enum<LiqMolVolHBT.parameters>
Enum Constant and Description |
---|
ALL_HYDROCARBONS |
AROMATICS |
CONDENSABLE_GASES |
CRYOGENIC_LIQUIDS |
CYCLOPARAFFINS |
FLUOROCARBONS |
OLEFINS_AND_DIOLEFINS |
PARAFFINES |
SULFUR_COMPOUNDS |
Modifier and Type | Method and Description |
---|---|
double |
getA() |
double |
getB() |
double |
getC() |
static LiqMolVolHBT.parameters |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LiqMolVolHBT.parameters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LiqMolVolHBT.parameters PARAFFINES
public static final LiqMolVolHBT.parameters OLEFINS_AND_DIOLEFINS
public static final LiqMolVolHBT.parameters CYCLOPARAFFINS
public static final LiqMolVolHBT.parameters AROMATICS
public static final LiqMolVolHBT.parameters ALL_HYDROCARBONS
public static final LiqMolVolHBT.parameters SULFUR_COMPOUNDS
public static final LiqMolVolHBT.parameters FLUOROCARBONS
public static final LiqMolVolHBT.parameters CRYOGENIC_LIQUIDS
public static final LiqMolVolHBT.parameters CONDENSABLE_GASES
public static LiqMolVolHBT.parameters[] values()
for (LiqMolVolHBT.parameters c : LiqMolVolHBT.parameters.values()) System.out.println(c);
public static LiqMolVolHBT.parameters 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 nullpublic double getA()
public double getB()
public double getC()