public static enum ViewColumnFormat5.Flag extends Enum<ViewColumnFormat5.Flag> implements INumberEnum<Integer>
| Enum Constant and Description |
|---|
IS_NAME
Column contains a name.
|
SHOW_IM_STATUS
Show IM online status in this column.
|
VERT_ORIENT_BOTTOM
show icon on the last line
|
VERT_ORIENT_MID
vertically middle of the line entry
|
VERT_ORIENT_TOP
vertically show the icon on top line.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getLongValue() |
Integer |
getValue() |
static ViewColumnFormat5.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewColumnFormat5.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewColumnFormat5.Flag IS_NAME
public static final ViewColumnFormat5.Flag SHOW_IM_STATUS
public static final ViewColumnFormat5.Flag VERT_ORIENT_TOP
public static final ViewColumnFormat5.Flag VERT_ORIENT_MID
public static final ViewColumnFormat5.Flag VERT_ORIENT_BOTTOM
public static ViewColumnFormat5.Flag[] values()
for (ViewColumnFormat5.Flag c : ViewColumnFormat5.Flag.values()) System.out.println(c);
public static ViewColumnFormat5.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 Integer getValue()
getValue in interface INumberEnum<Integer>public long getLongValue()
getLongValue in interface INumberEnum<Integer>longCopyright © 2019–2021 HCL. All rights reserved.