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