|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface MobilePhone<B extends Browser,A extends Appli,U extends UserId>
携帯端末情報のインターフェースです。
フィールドの概要 | |
---|---|
static String |
BEAN_KEY
携帯端末情報をビーンとして保持する場合の名前(キー) |
メソッドの概要 | |
---|---|
A |
getAppli()
アプリ実行環境情報を返します。 |
B |
getBrowser()
Web ブラウザ情報を返します。 |
CarrierType |
getCarrierType()
携帯キャリアの種類を返します。 |
List<ImageType> |
getEnableImageTypes()
画像形式への対応状況を返します。 |
String |
getId()
携帯端末の一意な識別子を返します。 |
String |
getName()
機種名を返します。 |
String |
getProductName()
製品名を返します。 |
Screen |
getScreen()
画面情報を返します。 |
String |
getSeriesName()
シリーズ名を返します。 |
ServiceType |
getServiceType()
提供する通信サービスの種類を返します。 |
U |
getUserId()
ユーザID情報を返します。 |
String |
getVendorId()
ベンダーIDを返します。 |
フィールドの詳細 |
---|
static final String BEAN_KEY
メソッドの詳細 |
---|
ServiceType getServiceType()
CarrierType getCarrierType()
String getId()
null
を返します。
String getName()
null
を返します。
String getProductName()
null
を返します。
String getSeriesName()
null
を返します。
String getVendorId()
null
を返します。
Screen getScreen()
null
を返します。
B getBrowser()
null
を返します。
A getAppli()
null
を返します。
U getUserId()
null
を返します。
List<ImageType> getEnableImageTypes()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |