public static enum CharacterSetList.Type extends Enum<CharacterSetList.Type>
| Enum Constant and Description |
|---|
_94_CHAR_G_SET |
_94_CHAR_MBYTE_G_SET |
_96_CHAR_G_SET |
_96_CHAR_MBYTE_G_SET |
COMPLETE_CODE |
| Modifier and Type | Method and Description |
|---|---|
static CharacterSetList.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharacterSetList.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CharacterSetList.Type _94_CHAR_G_SET
public static final CharacterSetList.Type _96_CHAR_G_SET
public static final CharacterSetList.Type _94_CHAR_MBYTE_G_SET
public static final CharacterSetList.Type _96_CHAR_MBYTE_G_SET
public static final CharacterSetList.Type COMPLETE_CODE
public static CharacterSetList.Type[] values()
for (CharacterSetList.Type c : CharacterSetList.Type.values()) System.out.println(c);
public static CharacterSetList.Type 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 (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.