public static enum P1546ver1Input.System extends Enum<P1546ver1Input.System>
Enum Constant and Description |
---|
Analogue |
Digital_above |
Digital_below |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static P1546ver1Input.System |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static P1546ver1Input.System[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final P1546ver1Input.System Digital_below
public static final P1546ver1Input.System Digital_above
public static final P1546ver1Input.System Analogue
public static P1546ver1Input.System[] values()
for (P1546ver1Input.System c : P1546ver1Input.System.values()) System.out.println(c);
public static P1546ver1Input.System valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<P1546ver1Input.System>
Copyright © 2018. All rights reserved.