public static enum ChemicalSpecies.InRangesDefs extends java.lang.Enum<ChemicalSpecies.InRangesDefs>
| Enum Constant and Description |
|---|
MOLE_MASS |
P_CRIT |
T_CRIT |
V_CRIT |
Z_CRIT |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static ChemicalSpecies.InRangesDefs |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChemicalSpecies.InRangesDefs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChemicalSpecies.InRangesDefs MOLE_MASS
public static final ChemicalSpecies.InRangesDefs P_CRIT
public static final ChemicalSpecies.InRangesDefs V_CRIT
public static final ChemicalSpecies.InRangesDefs T_CRIT
public static final ChemicalSpecies.InRangesDefs Z_CRIT
public static ChemicalSpecies.InRangesDefs[] values()
for (ChemicalSpecies.InRangesDefs c : ChemicalSpecies.InRangesDefs.values()) System.out.println(c);
public static ChemicalSpecies.InRangesDefs 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 java.lang.String toString()
toString in class java.lang.Enum<ChemicalSpecies.InRangesDefs>