public static final class QrcodeImage.EncMode
extends java.lang.Enum
エンコードモード ('N':数字モード 'A':英数字モード 'B':8bit byteモード)
修飾子とタイプ | フィールドと説明 |
---|---|
static QrcodeImage.EncMode |
A |
static QrcodeImage.EncMode |
B |
static QrcodeImage.EncMode |
DEF |
static QrcodeImage.EncMode |
N |
修飾子とタイプ | メソッドと説明 |
---|---|
static QrcodeImage.EncMode |
get(char ch)
エンコードモードを指定する文字から、エンコードモード enum を作成します。
|
char |
getCh()
エンコードモードを表す文字
'N':数字モード
'A':英数字モード
'B':8bit byteモード
|
int |
getNo()
エンコードモードの番号を返します。
|
static QrcodeImage.EncMode |
valueOf(java.lang.String name) |
static QrcodeImage.EncMode[] |
values() |
public static final QrcodeImage.EncMode N
public static final QrcodeImage.EncMode A
public static final QrcodeImage.EncMode B
public static final QrcodeImage.EncMode DEF
public static QrcodeImage.EncMode[] values()
public static QrcodeImage.EncMode valueOf(java.lang.String name)
public int getNo()
public char getCh()
public static QrcodeImage.EncMode get(char ch)
ch
- エンコードモードを指定する文字Webアプリケーションフレームワーク openGionCopyright (c) 2009 The openGion Project.