public static enum ViewTableFormat.Flag extends Enum<ViewTableFormat.Flag> implements INumberEnum<Short>
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Short |
getValue() |
static ViewTableFormat.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewTableFormat.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewTableFormat.Flag COLLAPSED
public static final ViewTableFormat.Flag FLATINDEX
public static final ViewTableFormat.Flag DISP_ALLUNREAD
public static final ViewTableFormat.Flag CONFLICT
public static final ViewTableFormat.Flag DISP_UNREADDOCS
public static final ViewTableFormat.Flag GOTO_TOP_ON_OPEN
public static final ViewTableFormat.Flag GOTO_BOTTOM_ON_OPEN
public static final ViewTableFormat.Flag ALTERNATE_ROW_COLORING
public static final ViewTableFormat.Flag HIDE_HEADINGS
public static final ViewTableFormat.Flag HIDE_LEFT_MARGIN
public static final ViewTableFormat.Flag SIMPLE_HEADINGS
public static final ViewTableFormat.Flag VARIABLE_LINE_COUNT
public static final ViewTableFormat.Flag GOTO_TOP_ON_REFRESH
public static final ViewTableFormat.Flag GOTO_BOTTOM_ON_REFRESH
public static final ViewTableFormat.Flag EXTEND_LAST_COLUMN
public static final ViewTableFormat.Flag RTLVIEW
public static ViewTableFormat.Flag[] values()
for (ViewTableFormat.Flag c : ViewTableFormat.Flag.values()) System.out.println(c);
public static ViewTableFormat.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 Short getValue()
getValue
in interface INumberEnum<Short>
public long getLongValue()
getLongValue
in interface INumberEnum<Short>
long
Copyright © 2019–2021 HCL. All rights reserved.