com.hummeling.if97
public static enum IF97.Quantity extends java.lang.Enum<IF97.Quantity>
Enum Constant and Description |
---|
f
Specific Helmholtz free energy.
|
g
Specific Gibbs free energy.
|
h
Specific enthalpy.
|
lambda
Wavelength.
|
nu
Specific volume.
|
p
Pressure.
|
rho
Density.
|
s
Specific entropy.
|
T
Temperature.
|
u
Specific internal energy.
|
x
Vapour fraction.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static IF97.Quantity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IF97.Quantity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IF97.Quantity p
public static final IF97.Quantity T
public static final IF97.Quantity nu
public static final IF97.Quantity rho
public static final IF97.Quantity u
public static final IF97.Quantity h
public static final IF97.Quantity s
public static final IF97.Quantity lambda
public static final IF97.Quantity g
public static final IF97.Quantity f
public static final IF97.Quantity x
public static IF97.Quantity[] values()
for (IF97.Quantity c : IF97.Quantity.values()) System.out.println(c);
public static IF97.Quantity 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<IF97.Quantity>