public enum VCF1 extends Enum<VCF1> 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 VCF1 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VCF1[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VCF1 Sort
public static final VCF1 SortCategorize
public static final VCF1 SortDescending
public static final VCF1 Hidden
public static final VCF1 Response
public static final VCF1 HideDetail
public static final VCF1 Icon
public static final VCF1 NoResize
public static final VCF1 ResortAscending
public static final VCF1 ResortDescending
public static final VCF1 Twistie
public static final VCF1 ResortToView
public static final VCF1 SecondResort
public static final VCF1 SecondResortDescending
public static final VCF1 CaseInsensitiveSort
VCF3.CaseSensitiveSortInV5
public static final VCF1 AccentInsensitiveSort
VCF3.AccentSensitiveSortInV5
public static VCF1[] values()
for (VCF1 c : VCF1.values()) System.out.println(c);
public static VCF1 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.