|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--com.j_phone.phonedata.CallInfo
通話情報を扱うためのクラスです。
直前の通話の通話時間、通話料金、現在までの積算通話時間、積算通話料金を取得します。
メソッドの概要 | |
int |
getAmountCharge()
現在までの積算通話料金を取得します。 |
int |
getAmountTime()
現在までの積算通話時間を取得します。 |
static CallInfo |
getInstance()
唯一の CallInfo インスタンスを取得します。 |
int |
getLastCharge()
直前の通話料金を取得します。 |
int |
getLastTime()
直前の通話時間を取得します。 |
クラス java.lang.Object から継承したメソッド |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
public static CallInfo getInstance()
CallInfo
インスタンスを取得します。public int getLastTime()
public int getLastCharge()
public int getAmountTime()
public int getAmountCharge()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |