Enum Constant and Description |
---|
AUTO |
ISO_100 |
ISO_1000 |
ISO_125 |
ISO_1250 |
ISO_160 |
ISO_200 |
ISO_250 |
ISO_320 |
ISO_400 |
ISO_500 |
ISO_640 |
ISO_800 |
Modifier and Type | Method and Description |
---|---|
UINT16 |
value() |
static ISOSpeed |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ISOSpeed |
valueOf(UINT16 value) |
static ISOSpeed[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ISOSpeed ISO_100
public static final ISOSpeed ISO_125
public static final ISOSpeed ISO_160
public static final ISOSpeed ISO_200
public static final ISOSpeed ISO_250
public static final ISOSpeed ISO_320
public static final ISOSpeed ISO_400
public static final ISOSpeed ISO_500
public static final ISOSpeed ISO_640
public static final ISOSpeed ISO_800
public static final ISOSpeed ISO_1000
public static final ISOSpeed ISO_1250
public static final ISOSpeed AUTO
public static ISOSpeed[] values()
for (ISOSpeed c : ISOSpeed.values()) System.out.println(c);
public static ISOSpeed valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic UINT16 value()