public static enum ViewColumnFormat.Flag extends Enum<ViewColumnFormat.Flag> implements INumberEnum<Short>
Enum Constant and Description |
---|
AccentInsensitiveSort
Deprecated.
replaced by
VCF3#AccentSensitiveSortInV5 |
CaseInsensitiveSort
Deprecated.
replaced by
VCF3#CaseSensitiveSortInV5 |
Hidden |
HideDetail |
Icon |
NoResize |
ResortAscending |
ResortDescending |
ResortToView |
Response |
SecondResort |
SecondResortDescending |
Sort |
SortCategorize |
SortDescending |
Twistie |
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Short |
getValue() |
static ViewColumnFormat.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewColumnFormat.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewColumnFormat.Flag Sort
public static final ViewColumnFormat.Flag SortCategorize
public static final ViewColumnFormat.Flag SortDescending
public static final ViewColumnFormat.Flag Hidden
public static final ViewColumnFormat.Flag Response
public static final ViewColumnFormat.Flag HideDetail
public static final ViewColumnFormat.Flag Icon
public static final ViewColumnFormat.Flag NoResize
public static final ViewColumnFormat.Flag ResortAscending
public static final ViewColumnFormat.Flag ResortDescending
public static final ViewColumnFormat.Flag Twistie
public static final ViewColumnFormat.Flag ResortToView
public static final ViewColumnFormat.Flag SecondResort
public static final ViewColumnFormat.Flag SecondResortDescending
public static final ViewColumnFormat.Flag CaseInsensitiveSort
VCF3#CaseSensitiveSortInV5
public static final ViewColumnFormat.Flag AccentInsensitiveSort
VCF3#AccentSensitiveSortInV5
public static ViewColumnFormat.Flag[] values()
for (ViewColumnFormat.Flag c : ViewColumnFormat.Flag.values()) System.out.println(c);
public static ViewColumnFormat.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.