public enum GatewayServer extends java.lang.Enum<GatewayServer>
Enum Constant and Description |
---|
DEFAULT_DUISBURG |
LOCALHOST |
LONDON_NUIG_TEST |
Modifier and Type | Method and Description |
---|---|
byte[] |
ipAddress()
Get of IP Address of gateway server
|
short |
port()
Get of port of gateway server
|
static GatewayServer |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GatewayServer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GatewayServer DEFAULT_DUISBURG
public static final GatewayServer LOCALHOST
public static final GatewayServer LONDON_NUIG_TEST
public static GatewayServer[] values()
for (GatewayServer c : GatewayServer.values()) System.out.println(c);
public static GatewayServer 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 nullpublic byte[] ipAddress()
public short port()