public enum SortType extends Enum<SortType>
Enum Constant and Description |
---|
ALT_STRING |
ANTI_THE |
CHINESE_STRING |
DATE_DE |
DATE_EU |
DATE_EURO |
DATE_UK |
FILESIZE |
IP_ADDRESS |
NATURAL |
PERSIAN |
SCIENTIFIC |
SIGNED_NUM |
TURKISH_STRING |
Modifier and Type | Method and Description |
---|---|
static SortType |
findByName(String name) |
DatatableBundles |
getBundle() |
String |
getName() |
static SortType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SortType ALT_STRING
public static final SortType ANTI_THE
public static final SortType CHINESE_STRING
public static final SortType DATE_DE
public static final SortType DATE_EU
public static final SortType DATE_EURO
public static final SortType DATE_UK
public static final SortType FILESIZE
public static final SortType IP_ADDRESS
public static final SortType NATURAL
public static final SortType PERSIAN
public static final SortType SCIENTIFIC
public static final SortType SIGNED_NUM
public static final SortType TURKISH_STRING
public static SortType[] values()
for (SortType c : SortType.values()) System.out.println(c);
public static SortType 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 String getName()
public DatatableBundles getBundle()
Copyright © 2013–2015 Dandelion Project. All rights reserved.