public static enum CharacterCodingAnnouncer.Type extends Enum<CharacterCodingAnnouncer.Type>
| Enum Constant and Description |
|---|
BASIC_7_BIT |
BASIC_8_BIT |
EXTENDED_7_BIT |
EXTENDED_8_BIT |
| Modifier and Type | Method and Description |
|---|---|
static CharacterCodingAnnouncer.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharacterCodingAnnouncer.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CharacterCodingAnnouncer.Type BASIC_7_BIT
public static final CharacterCodingAnnouncer.Type BASIC_8_BIT
public static final CharacterCodingAnnouncer.Type EXTENDED_7_BIT
public static final CharacterCodingAnnouncer.Type EXTENDED_8_BIT
public static CharacterCodingAnnouncer.Type[] values()
for (CharacterCodingAnnouncer.Type c : CharacterCodingAnnouncer.Type.values()) System.out.println(c);
public static CharacterCodingAnnouncer.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.