public static enum Spinnaker_C._spinTLDeviceTypeEnums extends Enum<Spinnaker_C._spinTLDeviceTypeEnums>
| Enum Constant and Description |
|---|
DeviceType_CL
TL - CL
|
DeviceType_CLHS
TL - CLHS
|
DeviceType_Custom
TL - Custom
|
DeviceType_CXP
TL - CXP
|
DeviceType_ETHERNET
TL - ETHERNET
|
DeviceType_GEV
TL - GEV
|
DeviceType_IIDC
TL - IIDC
|
DeviceType_Mixed
TL - Mixed
|
DeviceType_PCI
TL - PCI
|
DeviceType_U3V
TL - U3V
|
DeviceType_UVC
TL - UVC
|
NUMDEVICETYPE |
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
Spinnaker_C._spinTLDeviceTypeEnums |
intern() |
String |
toString() |
static Spinnaker_C._spinTLDeviceTypeEnums |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Spinnaker_C._spinTLDeviceTypeEnums[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Spinnaker_C._spinTLDeviceTypeEnums DeviceType_Mixed
public static final Spinnaker_C._spinTLDeviceTypeEnums DeviceType_Custom
public static final Spinnaker_C._spinTLDeviceTypeEnums DeviceType_GEV
public static final Spinnaker_C._spinTLDeviceTypeEnums DeviceType_CL
public static final Spinnaker_C._spinTLDeviceTypeEnums DeviceType_IIDC
public static final Spinnaker_C._spinTLDeviceTypeEnums DeviceType_UVC
public static final Spinnaker_C._spinTLDeviceTypeEnums DeviceType_CXP
public static final Spinnaker_C._spinTLDeviceTypeEnums DeviceType_CLHS
public static final Spinnaker_C._spinTLDeviceTypeEnums DeviceType_U3V
public static final Spinnaker_C._spinTLDeviceTypeEnums DeviceType_ETHERNET
public static final Spinnaker_C._spinTLDeviceTypeEnums DeviceType_PCI
public static final Spinnaker_C._spinTLDeviceTypeEnums NUMDEVICETYPE
public static Spinnaker_C._spinTLDeviceTypeEnums[] values()
for (Spinnaker_C._spinTLDeviceTypeEnums c : Spinnaker_C._spinTLDeviceTypeEnums.values()) System.out.println(c);
public static Spinnaker_C._spinTLDeviceTypeEnums 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 Spinnaker_C._spinTLDeviceTypeEnums intern()
public String toString()
toString in class Enum<Spinnaker_C._spinTLDeviceTypeEnums>Copyright © 2020. All rights reserved.