public static enum PDP.PowerChannel extends java.lang.Enum<PDP.PowerChannel>
| Enum Constant and Description |
|---|
POWER0
Channel 0 on the Power Distribution Panel.
|
POWER1
Channel 1 on the Power Distribution Panel.
|
POWER10
Channel 10 on the Power Distribution Panel.
|
POWER11
Channel 11 on the Power Distribution Panel.
|
POWER12
Channel 12 on the Power Distribution Panel.
|
POWER13
Channel 13 on the Power Distribution Panel.
|
POWER14
Channel 14 on the Power Distribution Panel.
|
POWER15
Channel 15 on the Power Distribution Panel.
|
POWER2
Channel 2 on the Power Distribution Panel.
|
POWER3
Channel 3 on the Power Distribution Panel.
|
POWER4
Channel 4 on the Power Distribution Panel.
|
POWER5
Channel 5 on the Power Distribution Panel.
|
POWER6
Channel 6 on the Power Distribution Panel.
|
POWER7
Channel 7 on the Power Distribution Panel.
|
POWER8
Channel 8 on the Power Distribution Panel.
|
POWER9
Channel 9 on the Power Distribution Panel.
|
| Modifier and Type | Method and Description |
|---|---|
static PDP.PowerChannel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PDP.PowerChannel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDP.PowerChannel POWER0
public static final PDP.PowerChannel POWER1
public static final PDP.PowerChannel POWER2
public static final PDP.PowerChannel POWER3
public static final PDP.PowerChannel POWER4
public static final PDP.PowerChannel POWER5
public static final PDP.PowerChannel POWER6
public static final PDP.PowerChannel POWER7
public static final PDP.PowerChannel POWER8
public static final PDP.PowerChannel POWER9
public static final PDP.PowerChannel POWER10
public static final PDP.PowerChannel POWER11
public static final PDP.PowerChannel POWER12
public static final PDP.PowerChannel POWER13
public static final PDP.PowerChannel POWER14
public static final PDP.PowerChannel POWER15
public static PDP.PowerChannel[] values()
for (PDP.PowerChannel c : PDP.PowerChannel.values()) System.out.println(c);
public static PDP.PowerChannel 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