public static enum ViewFormatHeader.Version extends Enum<ViewFormatHeader.Version> implements INumberEnum<Byte>
Enum Constant and Description |
---|
VERSION1 |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Byte |
getValue() |
static ViewFormatHeader.Version |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewFormatHeader.Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewFormatHeader.Version VERSION1
public static ViewFormatHeader.Version[] values()
for (ViewFormatHeader.Version c : ViewFormatHeader.Version.values()) System.out.println(c);
public static ViewFormatHeader.Version 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 Byte getValue()
getValue
in interface INumberEnum<Byte>
public long getLongValue()
getLongValue
in interface INumberEnum<Byte>
long
Copyright © 2019–2021 HCL. All rights reserved.