public static enum SolenoidBase.SolenoidChannel extends java.lang.Enum<SolenoidBase.SolenoidChannel>
| Enum Constant and Description |
|---|
Channel0
Solenoid channel 0 on first module.
|
Channel1
Solenoid channel 1 on first module.
|
Channel10
Solenoid channel 2 on second module.
|
Channel11
Solenoid channel 3 on second module.
|
Channel12
Solenoid channel 4 on second module.
|
Channel13
Solenoid channel 5 on second module.
|
Channel14
Solenoid channel 6 on second module.
|
Channel15
Solenoid channel 7 on second module.
|
Channel2
Solenoid channel 2 on first module.
|
Channel3
Solenoid channel 3 on first module.
|
Channel4
Solenoid channel 4 on first module.
|
Channel5
Solenoid channel 5 on first module.
|
Channel6
Solenoid channel 6 on first module.
|
Channel7
Solenoid channel 7 on first module.
|
Channel8
Solenoid channel 0 on second module.
|
Channel9
Solenoid channel 1 on second module.
|
| Modifier and Type | Method and Description |
|---|---|
static SolenoidBase.SolenoidChannel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SolenoidBase.SolenoidChannel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolenoidBase.SolenoidChannel Channel0
public static final SolenoidBase.SolenoidChannel Channel1
public static final SolenoidBase.SolenoidChannel Channel2
public static final SolenoidBase.SolenoidChannel Channel3
public static final SolenoidBase.SolenoidChannel Channel4
public static final SolenoidBase.SolenoidChannel Channel5
public static final SolenoidBase.SolenoidChannel Channel6
public static final SolenoidBase.SolenoidChannel Channel7
public static final SolenoidBase.SolenoidChannel Channel8
public static final SolenoidBase.SolenoidChannel Channel9
public static final SolenoidBase.SolenoidChannel Channel10
public static final SolenoidBase.SolenoidChannel Channel11
public static final SolenoidBase.SolenoidChannel Channel12
public static final SolenoidBase.SolenoidChannel Channel13
public static final SolenoidBase.SolenoidChannel Channel14
public static final SolenoidBase.SolenoidChannel Channel15
public static SolenoidBase.SolenoidChannel[] values()
for (SolenoidBase.SolenoidChannel c : SolenoidBase.SolenoidChannel.values()) System.out.println(c);
public static SolenoidBase.SolenoidChannel 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