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