static enum BaseZeissReader.Charset extends java.lang.Enum<BaseZeissReader.Charset>
Enum Constant and Description |
---|
ANSI |
ARABIC_CHARSET |
BALTIC_CHARSET |
CHINESEBIG5_CHARSET |
EASTEUROPE_CHARSET |
GB2313_CHARSET |
GREEK_CHARSET |
HANGUL_CHARSET |
HEBREW_CHARSET |
MAC_CHARSET |
RUSSIAN_CHARSET |
SHIFTJIS_CHARSET |
THAI_CHARSET |
TURKISH_CHARSET |
VIETNAMESE_CHARSET |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Integer,BaseZeissReader.Charset> |
lookup |
(package private) java.lang.String |
name |
private int |
value |
Modifier and Type | Method and Description |
---|---|
static BaseZeissReader.Charset |
get(int value) |
java.lang.String |
getName() |
int |
getValue() |
static BaseZeissReader.Charset |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BaseZeissReader.Charset[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseZeissReader.Charset ANSI
public static final BaseZeissReader.Charset MAC_CHARSET
public static final BaseZeissReader.Charset SHIFTJIS_CHARSET
public static final BaseZeissReader.Charset HANGUL_CHARSET
public static final BaseZeissReader.Charset GB2313_CHARSET
public static final BaseZeissReader.Charset CHINESEBIG5_CHARSET
public static final BaseZeissReader.Charset GREEK_CHARSET
public static final BaseZeissReader.Charset TURKISH_CHARSET
public static final BaseZeissReader.Charset VIETNAMESE_CHARSET
public static final BaseZeissReader.Charset HEBREW_CHARSET
public static final BaseZeissReader.Charset ARABIC_CHARSET
public static final BaseZeissReader.Charset BALTIC_CHARSET
public static final BaseZeissReader.Charset RUSSIAN_CHARSET
public static final BaseZeissReader.Charset THAI_CHARSET
public static final BaseZeissReader.Charset EASTEUROPE_CHARSET
private static final java.util.Map<java.lang.Integer,BaseZeissReader.Charset> lookup
private int value
java.lang.String name
public static BaseZeissReader.Charset[] values()
for (BaseZeissReader.Charset c : BaseZeissReader.Charset.values()) System.out.println(c);
public static BaseZeissReader.Charset 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 getValue()
public java.lang.String getName()
public static BaseZeissReader.Charset get(int value)
Copyright © 2024 Open Microscopy Environment