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