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