public static enum Tunnel.TunnelType extends java.lang.Enum<Tunnel.TunnelType>
Enum Constant and Description |
---|
Go |
Go_all |
Go_all_of_specified |
Go_one_of_all |
Go_one_of_specified |
Here |
In |
In_all |
In_all_of_specified |
In_one_of_all |
In_one_of_specified |
Out |
Modifier and Type | Method and Description |
---|---|
static Tunnel.TunnelType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tunnel.TunnelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tunnel.TunnelType Out
public static final Tunnel.TunnelType Here
public static final Tunnel.TunnelType In
public static final Tunnel.TunnelType In_all
public static final Tunnel.TunnelType In_one_of_all
public static final Tunnel.TunnelType In_one_of_specified
public static final Tunnel.TunnelType In_all_of_specified
public static final Tunnel.TunnelType Go
public static final Tunnel.TunnelType Go_all
public static final Tunnel.TunnelType Go_one_of_all
public static final Tunnel.TunnelType Go_all_of_specified
public static final Tunnel.TunnelType Go_one_of_specified
public static Tunnel.TunnelType[] values()
for (Tunnel.TunnelType c : Tunnel.TunnelType.values()) System.out.println(c);
public static Tunnel.TunnelType 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