protected static enum TestMccUsb.SubiName extends Enum<TestMccUsb.SubiName>
| Enum Constant and Description |
|---|
COEF00 |
COEF01 |
COEF10 |
COEF11 |
COEF20 |
COEF21 |
COEF30 |
COEF31 |
CONNTYPE |
EXCITATION |
FILTRATE |
GAIN0 |
GAIN1 |
IVAL0 |
IVAL1 |
IVAL2 |
SENSTYPE |
TC0 |
TC1 |
VCONN0 |
VCONN1 |
VREF |
VVAL0 |
VVAL1 |
VVAL2 |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static TestMccUsb.SubiName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestMccUsb.SubiName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestMccUsb.SubiName SENSTYPE
public static final TestMccUsb.SubiName CONNTYPE
public static final TestMccUsb.SubiName FILTRATE
public static final TestMccUsb.SubiName EXCITATION
public static final TestMccUsb.SubiName VREF
public static final TestMccUsb.SubiName IVAL0
public static final TestMccUsb.SubiName IVAL1
public static final TestMccUsb.SubiName IVAL2
public static final TestMccUsb.SubiName VVAL0
public static final TestMccUsb.SubiName VVAL1
public static final TestMccUsb.SubiName VVAL2
public static final TestMccUsb.SubiName TC0
public static final TestMccUsb.SubiName TC1
public static final TestMccUsb.SubiName GAIN0
public static final TestMccUsb.SubiName GAIN1
public static final TestMccUsb.SubiName COEF00
public static final TestMccUsb.SubiName COEF01
public static final TestMccUsb.SubiName COEF10
public static final TestMccUsb.SubiName COEF11
public static final TestMccUsb.SubiName COEF20
public static final TestMccUsb.SubiName COEF21
public static final TestMccUsb.SubiName COEF30
public static final TestMccUsb.SubiName COEF31
public static final TestMccUsb.SubiName VCONN0
public static final TestMccUsb.SubiName VCONN1
public static TestMccUsb.SubiName[] values()
for (TestMccUsb.SubiName c : TestMccUsb.SubiName.values()) System.out.println(c);
public static TestMccUsb.SubiName 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 int getValue()
Copyright © 2015 LSST. All rights reserved.