public enum USB_SPEED extends Enum<USB_SPEED>
| Enum Constant and Description |
|---|
USB_SPEED_begin |
USB_SPEED_end |
usHigh |
usLowFull |
usUnknown |
| Modifier and Type | Method and Description |
|---|---|
static USB_SPEED |
swigToEnum(int swigValue) |
int |
swigValue() |
static USB_SPEED |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static USB_SPEED[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final USB_SPEED USB_SPEED_begin
public static final USB_SPEED usUnknown
public static final USB_SPEED usLowFull
public static final USB_SPEED usHigh
public static final USB_SPEED USB_SPEED_end
public static USB_SPEED[] values()
for (USB_SPEED c : USB_SPEED.values()) System.out.println(c);
public static USB_SPEED 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 USB_SPEED swigToEnum(int swigValue)
Copyright © 2024 LSST. All rights reserved.