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