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