public class Telepen
extends java.lang.Object
implements java.lang.Cloneable, android.os.Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
Telepen.TelepenMode
Telepenの変換設定 Telepen conversion settings |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<Telepen> |
CREATOR |
boolean |
enabled
読み取り有効/無効 Read enabled / disabled |
int |
length1
CodeOption.LengthControlで使用される桁数設定1有効範囲:1~8000 Number of digits setting1 used by CodeOption.LengthControlValid range: 1 ~ 8000 |
int |
length2
CodeOption.LengthControlで使用される桁数設定2有効範囲:1~8000 Number of digits setting2 used by CodeOption.LengthControlValid range: 1 ~ 8000 |
CodeOption.LengthControl |
lengthControl
|
Telepen.TelepenMode |
mode
|
| Constructor and Description |
|---|
Telepen() |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(Telepen e) |
void |
setDefault() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
public boolean enabled
public int length1
CodeOption.LengthControlで使用される桁数設定1CodeOption.LengthControlpublic int length2
CodeOption.LengthControlで使用される桁数設定2CodeOption.LengthControlpublic CodeOption.LengthControl lengthControl
public Telepen.TelepenMode mode
public static final android.os.Parcelable.Creator<Telepen> CREATOR
public void setDefault()
public boolean equals(Telepen e)
public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel parcel,
int i)
writeToParcel in interface android.os.Parcelable