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