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