public enum EncodingPGSupported extends Enum<EncodingPGSupported>
| Enum Constant and Description |
|---|
BIG5 |
EUC_CN |
EUC_JIS_2004 |
EUC_JP |
EUC_KR |
EUC_TW |
GB18030 |
GBK |
ISO_8859_5 |
ISO_8859_6 |
ISO_8859_7 |
ISO_8859_8 |
JOHAB |
KOI8R |
KOI8U |
LATIN1 |
LATIN10 |
LATIN2 |
LATIN3 |
LATIN4 |
LATIN5 |
LATIN6 |
LATIN7 |
LATIN8 |
LATIN9 |
MULE_INTERNAL |
SHIFT_JIS_2004 |
SJIS |
SQL_ASCII |
UHC |
UTF8 |
WIN1250 |
WIN1251 |
WIN1252 |
WIN1253 |
WIN1254 |
WIN1255 |
WIN1256 |
WIN1257 |
WIN1258 |
WIN866 |
WIN874 |
| Modifier and Type | Method and Description |
|---|---|
static String |
getDefaultEncoding() |
static ArrayList<String> |
getEncodidingStringList() |
static EncodingPGSupported |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncodingPGSupported[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncodingPGSupported BIG5
public static final EncodingPGSupported EUC_CN
public static final EncodingPGSupported EUC_JP
public static final EncodingPGSupported EUC_JIS_2004
public static final EncodingPGSupported EUC_KR
public static final EncodingPGSupported EUC_TW
public static final EncodingPGSupported GB18030
public static final EncodingPGSupported GBK
public static final EncodingPGSupported ISO_8859_5
public static final EncodingPGSupported ISO_8859_6
public static final EncodingPGSupported ISO_8859_7
public static final EncodingPGSupported ISO_8859_8
public static final EncodingPGSupported JOHAB
public static final EncodingPGSupported KOI8R
public static final EncodingPGSupported KOI8U
public static final EncodingPGSupported LATIN1
public static final EncodingPGSupported LATIN2
public static final EncodingPGSupported LATIN3
public static final EncodingPGSupported LATIN4
public static final EncodingPGSupported LATIN5
public static final EncodingPGSupported LATIN6
public static final EncodingPGSupported LATIN7
public static final EncodingPGSupported LATIN8
public static final EncodingPGSupported LATIN9
public static final EncodingPGSupported LATIN10
public static final EncodingPGSupported MULE_INTERNAL
public static final EncodingPGSupported SJIS
public static final EncodingPGSupported SHIFT_JIS_2004
public static final EncodingPGSupported SQL_ASCII
public static final EncodingPGSupported UHC
public static final EncodingPGSupported UTF8
public static final EncodingPGSupported WIN866
public static final EncodingPGSupported WIN874
public static final EncodingPGSupported WIN1250
public static final EncodingPGSupported WIN1251
public static final EncodingPGSupported WIN1252
public static final EncodingPGSupported WIN1253
public static final EncodingPGSupported WIN1254
public static final EncodingPGSupported WIN1255
public static final EncodingPGSupported WIN1256
public static final EncodingPGSupported WIN1257
public static final EncodingPGSupported WIN1258
public static EncodingPGSupported[] values()
for (EncodingPGSupported c : EncodingPGSupported.values()) System.out.println(c);
public static EncodingPGSupported 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 static String getDefaultEncoding()
Copyright © 2017. All Rights Reserved.