public static enum A1000.BaudRate extends Enum<A1000.BaudRate>
| Enum Constant and Description |
|---|
B115200 |
B1200 |
B19200 |
B2400 |
B38400 |
B4800 |
B57600 |
B76800 |
B9600 |
| Modifier and Type | Method and Description |
|---|---|
static A1000.BaudRate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static A1000.BaudRate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final A1000.BaudRate B1200
public static final A1000.BaudRate B2400
public static final A1000.BaudRate B4800
public static final A1000.BaudRate B9600
public static final A1000.BaudRate B19200
public static final A1000.BaudRate B38400
public static final A1000.BaudRate B57600
public static final A1000.BaudRate B76800
public static final A1000.BaudRate B115200
public static A1000.BaudRate[] values()
for (A1000.BaudRate c : A1000.BaudRate.values()) System.out.println(c);
public static A1000.BaudRate 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 nullCopyright © 2020 LSST. All rights reserved.