public static enum ViewTableFormat2.Flag extends Enum<ViewTableFormat2.Flag> implements INumberEnum<Byte>
Enum Constant and Description |
---|
HAS_LINK_COLUMN |
HTML_PASSTHRU |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Byte |
getValue() |
static ViewTableFormat2.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewTableFormat2.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewTableFormat2.Flag HAS_LINK_COLUMN
public static final ViewTableFormat2.Flag HTML_PASSTHRU
public static ViewTableFormat2.Flag[] values()
for (ViewTableFormat2.Flag c : ViewTableFormat2.Flag.values()) System.out.println(c);
public static ViewTableFormat2.Flag 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.