java.io.Serializable
, java.lang.Comparable<FlickerCode.HHDVersion>
public static enum FlickerCode.HHDVersion extends java.lang.Enum<FlickerCode.HHDVersion>
Enum Constant | Description |
---|---|
HHD13 |
HHD-Version 1.3
|
HHD14 |
HHD-Version 1.4
|
Modifier and Type | Method | Description |
---|---|---|
static FlickerCode.HHDVersion |
valueOf(java.lang.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(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 nullCopyright © 2018. All rights reserved.