public class Format
extends java.lang.Object
implements java.lang.Cloneable, android.os.Parcelable
| 修飾子とタイプ | クラスと説明 | 
|---|---|
| static class  | Format.EncodingSet使用できる文字コードの一覧 List of character codes that can be used | 
| 修飾子とタイプ | フィールドと説明 | 
|---|---|
| boolean | aimIdEnabled読み取りデータにコード識別情報(AimID)を付加する Add code identification information (AimID) to the read data. | 
| boolean | controlCharRemoved読み取りデータ内の制御文字を削除するかどうか 削除する場合はtrue、削除しない場合はfalse Whether to delete control characters in the read data. | 
| boolean | controlCharReplaced読み取りデータ内の制御文字を文字列へ置換するかどうか 置換する場合はtrue、置換しない場合はfalse Whether to replace the control character in the read data with a character string. | 
| static android.os.Parcelable.Creator<Format> | CREATOR | 
| Format.EncodingSet | encodingSet読み取りデータをエンコードする文字コードを指定する Specify the character code to encode the read data. | 
| char | gsReplaceCharGS1コードに含まれる[FNC1]を置換する文字の設定 Setting the character to replace [FNC1] contained in the GS1 code. | 
| boolean | gsReplaceEnableGS1コードに含まれる[FNC1]を置換する Replace [FNC1] in the GS1 code. | 
| boolean | opticonIdEnabled読み取りデータにコード識別情報(OpticonId)を付加する Add code identification information (OpticonId) to the read data. | 
| java.lang.String | prefix読み取りデータの前に付加する文字列 文字数上限:16文字 Character string to be added before the read data. | 
| java.lang.String | suffix読み取りデータの後ろに付加する文字列 文字数上限:16文字 Character string to be added after the read data. | 
| コンストラクタと説明 | 
|---|
| Format() | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| Format | clone() | 
| int | describeContents() | 
| void | setDefault() | 
| void | writeToParcel(android.os.Parcel parcel,
             int i) | 
public java.lang.String prefix
public java.lang.String suffix
public boolean controlCharRemoved
public boolean controlCharReplaced
public boolean gsReplaceEnable
public char gsReplaceChar
public boolean opticonIdEnabled
public boolean aimIdEnabled
public Format.EncodingSet encodingSet
public static final android.os.Parcelable.Creator<Format> CREATOR
public void setDefault()
@NonNull public Format clone() throws java.lang.CloneNotSupportedException
clone クラス内 java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic int describeContents()
describeContents インタフェース内 android.os.Parcelablepublic void writeToParcel(android.os.Parcel parcel,
                          int i)
writeToParcel インタフェース内 android.os.Parcelable