public static enum FlickerCode.HHDVersion extends Enum<FlickerCode.HHDVersion>
Enum Constant and Description |
---|
HHD13
HHD-Version 1.3
|
HHD14
HHD-Version 1.4
|
Modifier and Type | Method and Description |
---|---|
static FlickerCode.HHDVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlickerCode.HHDVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlickerCode.HHDVersion HHD14
public static final FlickerCode.HHDVersion HHD13
public static FlickerCode.HHDVersion[] values()
for (FlickerCode.HHDVersion c : FlickerCode.HHDVersion.values()) System.out.println(c);
public static FlickerCode.HHDVersion 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 © 2019. All rights reserved.