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