public enum ProductIDS extends Enum<ProductIDS>
| Modifier and Type | Method and Description |
|---|---|
static ProductIDS |
swigToEnum(int swigValue) |
int |
swigValue() |
static ProductIDS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductIDS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProductIDS ProductIDS_begin
public static final ProductIDS ACCES_VENDOR_ID
public static final ProductIDS USB_DA12_8A_REV_A
public static final ProductIDS USB_DA12_8A
public static final ProductIDS USB_DA12_8E
public static final ProductIDS USB_DIO_32
public static final ProductIDS USB_DIO_32I
public static final ProductIDS USB_DIO_24
public static final ProductIDS USB_DIO_48
public static final ProductIDS USB_DIO_96
public static final ProductIDS USB_DIO24_CTR6
public static final ProductIDS USB_DI16A_REV_A1
public static final ProductIDS USB_DO16A_REV_A1
public static final ProductIDS USB_DI16A_REV_A2
public static final ProductIDS USB_DIO_16H
public static final ProductIDS USB_DI16A
public static final ProductIDS USB_DO16A
public static final ProductIDS USB_DIO_16A
public static final ProductIDS USB_IIRO_16
public static final ProductIDS USB_II_16
public static final ProductIDS USB_RO_16
public static final ProductIDS USB_IIRO_8
public static final ProductIDS USB_II_8
public static final ProductIDS USB_IIRO_4
public static final ProductIDS USB_IDIO_16
public static final ProductIDS USB_II_16_OLD
public static final ProductIDS USB_IDO_16
public static final ProductIDS USB_IDIO_8
public static final ProductIDS USB_II_8_OLD
public static final ProductIDS USB_IDIO_4
public static final ProductIDS USB_CTR_15
public static final ProductIDS USB_IIRO4_2SM
public static final ProductIDS USB_IIRO4_COM
public static final ProductIDS USB_DIO16RO8
public static final ProductIDS USB_DIO48DO24
public static final ProductIDS USB_DIO24DO12
public static final ProductIDS USB_DO24
public static final ProductIDS PICO_DIO16RO8
public static final ProductIDS USBP_II8IDO4A
public static final ProductIDS USB_AI16_16A
public static final ProductIDS USB_AI16_16E
public static final ProductIDS USB_AI12_16A
public static final ProductIDS USB_AI12_16
public static final ProductIDS USB_AI12_16E
public static final ProductIDS USB_AI16_64MA
public static final ProductIDS USB_AI16_64ME
public static final ProductIDS USB_AI12_64MA
public static final ProductIDS USB_AI12_64M
public static final ProductIDS USB_AI12_64ME
public static final ProductIDS USB_AI16_32A
public static final ProductIDS USB_AI16_32E
public static final ProductIDS USB_AI12_32A
public static final ProductIDS USB_AI12_32
public static final ProductIDS USB_AI12_32E
public static final ProductIDS USB_AI16_64A
public static final ProductIDS USB_AI16_64E
public static final ProductIDS USB_AI12_64A
public static final ProductIDS USB_AI12_64
public static final ProductIDS USB_AI12_64E
public static final ProductIDS USB_AI16_96A
public static final ProductIDS USB_AI16_96E
public static final ProductIDS USB_AI12_96A
public static final ProductIDS USB_AI12_96
public static final ProductIDS USB_AI12_96E
public static final ProductIDS USB_AI16_128A
public static final ProductIDS USB_AI16_128E
public static final ProductIDS USB_AI12_128A
public static final ProductIDS USB_AI12_128
public static final ProductIDS USB_AI12_128E
public static final ProductIDS USB_AI16_16F
public static final ProductIDS USB_AO_ARB1
public static final ProductIDS USB_AO16_16A
public static final ProductIDS USB_AO16_16
public static final ProductIDS USB_AO16_12A
public static final ProductIDS USB_AO16_12
public static final ProductIDS USB_AO16_8A
public static final ProductIDS USB_AO16_8
public static final ProductIDS USB_AO16_4A
public static final ProductIDS USB_AO16_4
public static final ProductIDS USB_AO12_16A
public static final ProductIDS USB_AO12_16
public static final ProductIDS USB_AO12_12A
public static final ProductIDS USB_AO12_12
public static final ProductIDS USB_AO12_8A
public static final ProductIDS USB_AO12_8
public static final ProductIDS USB_AO12_4A
public static final ProductIDS USB_AO12_4
public static final ProductIDS USB_AIO16_16A
public static final ProductIDS USB_AIO16_16E
public static final ProductIDS USB_AIO12_16A
public static final ProductIDS USB_AIO12_16
public static final ProductIDS USB_AIO12_16E
public static final ProductIDS USB_AIO16_64MA
public static final ProductIDS USB_AIO16_64ME
public static final ProductIDS USB_AIO12_64MA
public static final ProductIDS USB_AIO12_64M
public static final ProductIDS USB_AIO12_64ME
public static final ProductIDS USB_AIO16_32A
public static final ProductIDS USB_AIO16_32E
public static final ProductIDS USB_AIO12_32A
public static final ProductIDS USB_AIO12_32
public static final ProductIDS USB_AIO12_32E
public static final ProductIDS USB_AIO16_64A
public static final ProductIDS USB_AIO16_64E
public static final ProductIDS USB_AIO12_64A
public static final ProductIDS USB_AIO12_64
public static final ProductIDS USB_AIO12_64E
public static final ProductIDS USB_AIO16_96A
public static final ProductIDS USB_AIO16_96E
public static final ProductIDS USB_AIO12_96A
public static final ProductIDS USB_AIO12_96
public static final ProductIDS USB_AIO12_96E
public static final ProductIDS USB_AIO16_128A
public static final ProductIDS USB_AIO16_128E
public static final ProductIDS USB_AIO12_128A
public static final ProductIDS USB_AIO12_128
public static final ProductIDS USB_AIO12_128E
public static final ProductIDS USB_AIO16_16F
public static final ProductIDS ProductIDS_end
public static ProductIDS[] values()
for (ProductIDS c : ProductIDS.values()) System.out.println(c);
public static ProductIDS 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 final int swigValue()
public static ProductIDS swigToEnum(int swigValue)
Copyright © 2022 LSST. All rights reserved.