public static enum ViewTableFormat.Flag2 extends Enum<ViewTableFormat.Flag2> implements INumberEnum<Short>
Enum Constant and Description |
---|
COLORIZE_ICONS |
FLAT_HEADINGS |
HIDE_CAL_HEADER |
HIDE_SB |
NOT_CUSTOMIZED |
PARTIAL_FLATINDEX |
SHOW_PARTIAL_THREADS |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Short |
getValue() |
static ViewTableFormat.Flag2 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewTableFormat.Flag2[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewTableFormat.Flag2 FLAT_HEADINGS
public static final ViewTableFormat.Flag2 COLORIZE_ICONS
public static final ViewTableFormat.Flag2 HIDE_SB
public static final ViewTableFormat.Flag2 HIDE_CAL_HEADER
public static final ViewTableFormat.Flag2 NOT_CUSTOMIZED
public static final ViewTableFormat.Flag2 SHOW_PARTIAL_THREADS
public static final ViewTableFormat.Flag2 PARTIAL_FLATINDEX
public static ViewTableFormat.Flag2[] values()
for (ViewTableFormat.Flag2 c : ViewTableFormat.Flag2.values()) System.out.println(c);
public static ViewTableFormat.Flag2 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.