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