public static enum Triplet.DeviceAppearance.Appearance extends java.lang.Enum<Triplet.DeviceAppearance.Appearance>
| Enum Constant and Description |
|---|
DeviceDefault |
DeviceDefaultMonochrome |
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static Triplet.DeviceAppearance.Appearance |
valueOf(byte codeByte) |
static Triplet.DeviceAppearance.Appearance |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Triplet.DeviceAppearance.Appearance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Triplet.DeviceAppearance.Appearance DeviceDefault
public static final Triplet.DeviceAppearance.Appearance DeviceDefaultMonochrome
public static Triplet.DeviceAppearance.Appearance[] values()
for (Triplet.DeviceAppearance.Appearance c : Triplet.DeviceAppearance.Appearance.values()) System.out.println(c);
public static Triplet.DeviceAppearance.Appearance 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 Triplet.DeviceAppearance.Appearance valueOf(byte codeByte)
public int toByte()