public enum CharSetConstants extends Enum<CharSetConstants>
列挙型定数と説明 |
---|
ANSI |
APL |
BASECHARGEN |
CURRENTNRC |
DBCS |
DECSPECGRAPHIC |
DECSUPGRAPHIC |
DECTECHNICAL |
DOWNLOADEDSOFT |
EBCDIC |
GRAPHICLEFT |
GRAPHICRIGHT |
ISOLATIN |
OEM |
UndefinedCharSet |
UPSS |
USASCII |
修飾子とタイプ | メソッドと説明 |
---|---|
static CharSetConstants |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static CharSetConstants[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
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
- 返される列挙型定数の名前。IllegalArgumentException
- この列挙型に、指定した名前の定数がない場合NullPointerException
- 引数がnullの場合Copyright 2009-2012 Micro Focus. All Rights Reserved.