DigitalChannel.Mode
instead@Deprecated public static enum DigitalChannelController.Mode extends java.lang.Enum<DigitalChannelController.Mode>
Enum Constant and Description |
---|
INPUT
Deprecated.
|
OUTPUT
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DigitalChannel.Mode |
migrate()
Deprecated.
|
static DigitalChannelController.Mode |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static DigitalChannelController.Mode[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DigitalChannelController.Mode INPUT
public static final DigitalChannelController.Mode OUTPUT
public static DigitalChannelController.Mode[] values()
for (DigitalChannelController.Mode c : DigitalChannelController.Mode.values()) System.out.println(c);
public static DigitalChannelController.Mode 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 DigitalChannel.Mode migrate()