public static enum Utf8Helper.Samples extends Enum<Utf8Helper.Samples>
Enum Constant and Description |
---|
ARABIC |
CHINESE_TRADITIONAL |
GERMAN |
JAPANESE |
POLISH |
RUSSIAN |
THAI |
Modifier and Type | Method and Description |
---|---|
static Utf8Helper.Samples |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Utf8Helper.Samples[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Utf8Helper.Samples ARABIC
public static final Utf8Helper.Samples CHINESE_TRADITIONAL
public static final Utf8Helper.Samples GERMAN
public static final Utf8Helper.Samples JAPANESE
public static final Utf8Helper.Samples POLISH
public static final Utf8Helper.Samples RUSSIAN
public static final Utf8Helper.Samples THAI
public final String value
public static Utf8Helper.Samples[] values()
for (Utf8Helper.Samples c : Utf8Helper.Samples.values()) System.out.println(c);
public static Utf8Helper.Samples 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 nullCopyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.