static enum TunnelDispatcher.Location extends Enum<TunnelDispatcher.Location>
Enum Constant and Description |
---|
IBGW |
OBEP |
PARTICIPANT |
Modifier and Type | Method and Description |
---|---|
static TunnelDispatcher.Location |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TunnelDispatcher.Location[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TunnelDispatcher.Location OBEP
public static final TunnelDispatcher.Location PARTICIPANT
public static final TunnelDispatcher.Location IBGW
public static TunnelDispatcher.Location[] values()
for (TunnelDispatcher.Location c : TunnelDispatcher.Location.values()) System.out.println(c);
public static TunnelDispatcher.Location valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null