public static enum DaqStoreManageDevice.MonChan extends Enum<DaqStoreManageDevice.MonChan>
| Enum Constant and Description |
|---|
DAQ_CAPACITY |
DAQ_FREE_FRACTION |
DAQ_REMAINING |
| Modifier and Type | Method and Description |
|---|---|
static DaqStoreManageDevice.MonChan |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DaqStoreManageDevice.MonChan[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DaqStoreManageDevice.MonChan DAQ_CAPACITY
public static final DaqStoreManageDevice.MonChan DAQ_REMAINING
public static final DaqStoreManageDevice.MonChan DAQ_FREE_FRACTION
public static DaqStoreManageDevice.MonChan[] values()
for (DaqStoreManageDevice.MonChan c : DaqStoreManageDevice.MonChan.values()) System.out.println(c);
public static DaqStoreManageDevice.MonChan 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 nullCopyright © 2020 LSST. All rights reserved.