public class Format
extends java.lang.Object
implements java.lang.Cloneable, android.os.Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
Format.EncodingSet
使用できる文字コードの一覧 List of character codes that can be used |
Modifier and Type | Field and Description |
---|---|
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. True if deleted, false if not deleted |
boolean |
controlCharReplaced
読み取りデータ内の制御文字を文字列へ置換するかどうか 置換する場合はtrue、置換しない場合はfalse Whether to replace the control character in the read data with a character string. True to replace, false to not replace. |
static android.os.Parcelable.Creator<Format> |
CREATOR |
Format.EncodingSet |
encodingSet
読み取りデータをエンコードする文字コードを指定する Specify the character code to encode the read data. |
char |
gsReplaceChar
GS1コードに含まれる[FNC1]を置換する文字の設定 Setting the character to replace [FNC1] contained in the GS1 code. |
boolean |
gsReplaceEnable
GS1コードに含まれる[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. Maximum number of characters: 16 characters |
java.lang.String |
suffix
読み取りデータの後ろに付加する文字列 文字数上限:16文字 Character string to be added after the read data. Maximum number of characters: 16 characters |
Constructor and Description |
---|
Format() |
Modifier and Type | Method and Description |
---|---|
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
in class java.lang.Object
java.lang.CloneNotSupportedException
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel parcel, int i)
writeToParcel
in interface android.os.Parcelable