public class Gs1Composite
extends java.lang.Object
implements java.lang.Cloneable, android.os.Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
Gs1Composite.Gs1CompositeMode
GS1合成シンボルの出力設定 GS1 composite symbol output settings |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<Gs1Composite> |
CREATOR |
boolean |
eanUpaCompositeEnabled
EAN/UPA合成シンボルの有効/無効 Enable / disable EAN / UPA composite symbols |
boolean |
gs1CompositeEnabled
GS1合成シンボルの有効/無効 Enable / disable GS1 composite symbols |
int |
length1
CodeOption.LengthControl で使用される桁数設定1有効範囲:1~8000 Number of digits setting1 used by CodeOption.LengthControl Valid range: 1 ~ 8000 |
int |
length2
CodeOption.LengthControl で使用される桁数設定2有効範囲:1~8000 Number of digits setting2 used by CodeOption.LengthControl Valid range: 1 ~ 8000 |
CodeOption.LengthControl |
lengthControl
|
boolean |
linkFlagEnabled
リンクフラグを無視する設定 true:無視する false:無視しない Setting to ignore the link flag true: Ignore false: Don't ignore |
Gs1Composite.Gs1CompositeMode |
mode
GS1合成シンボルの出力設定 Gs1Composite.Gs1CompositeMode GS1 composite symbol output settings Gs1Composite.Gs1CompositeMode |
Constructor and Description |
---|
Gs1Composite() |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
boolean |
equals(Gs1Composite e) |
void |
setDefault() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
public boolean gs1CompositeEnabled
public boolean eanUpaCompositeEnabled
public int length1
CodeOption.LengthControl
で使用される桁数設定1CodeOption.LengthControl
public int length2
CodeOption.LengthControl
で使用される桁数設定2CodeOption.LengthControl
public CodeOption.LengthControl lengthControl
public boolean linkFlagEnabled
public Gs1Composite.Gs1CompositeMode mode
Gs1Composite.Gs1CompositeMode
Gs1Composite.Gs1CompositeMode
public static final android.os.Parcelable.Creator<Gs1Composite> CREATOR
public void setDefault()
public boolean equals(Gs1Composite e)
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel parcel, int i)
writeToParcel
in interface android.os.Parcelable