public enum CharSetConstants extends Enum<CharSetConstants>
Enum Constant and Description |
---|
ANSI |
APL |
BASECHARGEN |
CURRENTNRC |
DBCS |
DECSPECGRAPHIC |
DECSUPGRAPHIC |
DECTECHNICAL |
DOWNLOADEDSOFT |
EBCDIC |
GRAPHICLEFT |
GRAPHICRIGHT |
ISOLATIN |
OEM |
UndefinedCharSet |
UPSS |
USASCII |
Modifier and Type | Method and Description |
---|---|
static CharSetConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CharSetConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CharSetConstants ANSI
public static final CharSetConstants EBCDIC
public static final CharSetConstants APL
public static final CharSetConstants DBCS
public static final CharSetConstants USASCII
public static final CharSetConstants BASECHARGEN
public static final CharSetConstants DECSUPGRAPHIC
public static final CharSetConstants ISOLATIN
public static final CharSetConstants CURRENTNRC
public static final CharSetConstants DECSPECGRAPHIC
public static final CharSetConstants DECTECHNICAL
public static final CharSetConstants GRAPHICLEFT
public static final CharSetConstants GRAPHICRIGHT
public static final CharSetConstants DOWNLOADEDSOFT
public static final CharSetConstants UPSS
public static final CharSetConstants OEM
public static final CharSetConstants UndefinedCharSet
public static CharSetConstants[] values()
for (CharSetConstants c : CharSetConstants.values()) System.out.println(c);
public static CharSetConstants 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 2009-2012 Micro Focus. All Rights Reserved.