Enum Class QrcodeImage.ErrCrct
- すべての実装されたインタフェース:
Serializable
,Comparable<QrcodeImage.ErrCrct>
,Constable
- 含まれているクラス:
- QrcodeImage
エラー訂正レベル ('L','M','Q','H')
-
ネストされたクラスの概要
クラスから継承されたネストされたクラス/インタフェース java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
列挙型定数の概要
列挙定数 -
フィールドの概要
フィールド -
メソッドの概要
修飾子とタイプメソッド説明static QrcodeImage.ErrCrct
get
(char ch) チャネルに応じたエラー訂正を取得します。char
getCh()
チャネルを取得します。int
getNo()
番号を取得します。static QrcodeImage.ErrCrct
Returns the enum constant of this class with the specified name.static QrcodeImage.ErrCrct[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
列挙型定数の詳細
-
L
エラー訂正レベル -
M
エラー訂正レベル -
Q
エラー訂正レベル -
H
エラー訂正レベル
-
-
フィールド詳細
-
DEF
初期エラー訂正レベル
-
-
メソッドの詳細
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- 戻り値:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- パラメータ:
name
- 返される列挙型定数の名前。- 戻り値:
- 指定した名前の列挙型定数
- 例外:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- 引数がnullの場合
-
getNo
番号を取得します。- 戻り値:
- 番号
-
getCh
チャネルを取得します。- 戻り値:
- チャネルキャラクタ
- 変更履歴:
- 7.2.1.0 (2020/03/13) QrcodeImage 見直し。
-
get
チャネルに応じたエラー訂正を取得します。- パラメータ:
ch
- チャネルキャラクタ- 戻り値:
- エラー訂正
- 変更履歴:
- 7.2.1.0 (2020/03/13) QrcodeImage 見直し。
-