public static enum Format.EncodingSet extends java.lang.Enum<Format.EncodingSet>
Modifier and Type | Method and Description |
---|---|
int |
getId() |
static Format.EncodingSet |
valueOf(int id) |
static Format.EncodingSet |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Format.EncodingSet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Format.EncodingSet Cp1252
public static final Format.EncodingSet UTF8
public static final Format.EncodingSet Big5
public static final Format.EncodingSet GBK
public static final Format.EncodingSet Shift_JIS
public static Format.EncodingSet[] values()
for (Format.EncodingSet c : Format.EncodingSet.values()) System.out.println(c);
public static Format.EncodingSet valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getId()
public static Format.EncodingSet valueOf(int id)