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