public class Gs1_128
extends java.lang.Object
implements java.lang.Cloneable, android.os.Parcelable
| 修飾子とタイプ | フィールドと説明 | 
|---|---|
| static android.os.Parcelable.Creator<Gs1_128> | CREATOR | 
| int | length1CodeOption.LengthControlで使用される桁数設定1有効範囲:1~8000 Number of digits setting1 used by CodeOption.LengthControlValid range: 1 ~ 8000 | 
| int | length2CodeOption.LengthControlで使用される桁数設定2有効範囲:1~8000 Number of digits setting2 used by CodeOption.LengthControlValid range: 1 ~ 8000 | 
| CodeOption.LengthControl | lengthControl | 
| コンストラクタと説明 | 
|---|
| Gs1_128() | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| protected Gs1_128 | clone() | 
| int | describeContents() | 
| boolean | equals(Gs1_128 e) | 
| void | setDefault() | 
| void | writeToParcel(android.os.Parcel parcel,
             int i) | 
public int length1
CodeOption.LengthControlで使用される桁数設定1CodeOption.LengthControlpublic int length2
CodeOption.LengthControlで使用される桁数設定2CodeOption.LengthControlpublic CodeOption.LengthControl lengthControl
public static final android.os.Parcelable.Creator<Gs1_128> CREATOR
public void setDefault()
public boolean equals(Gs1_128 e)
@NonNull protected Gs1_128 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