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