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