jp.sourceforge.livez.vodafone
インタフェース Vodafone

すべてのスーパーインタフェース:
MobilePhone<VodafoneBrowser,Vappli,UID>, Serializable

public interface Vodafone
extends MobilePhone<VodafoneBrowser,Vappli,UID>

ボーダフォン端末情報のインターフェースです。

作成者:
杉澤 浩二

フィールドの概要
 
インタフェース jp.sourceforge.livez.MobilePhone から継承されたフィールド
BEAN_KEY
 
メソッドの概要
 Vappli getAppli()
          Vアプリ実行環境情報を返します。
 Application getApplication()
          3GC端末でのアプリケーション情報を返します。
 VodafoneBrowser getBrowser()
          ボーダフォンブラウザ情報を返します。
 CarrierType getCarrierType()
          キャリアの種類を返します。
 String getId()
          端末の一意な識別子を返します。
 String getName()
          必ず端末名を返します。
 String getProductName()
          製品名を返します。
 Screen getScreen()
          画面情報を返します。
 String getSerialNumber()
          端末の製造番号を返します。
 String getSeriesName()
          必ずシリーズ名を返します。
 ServiceType getServiceType()
          端末の提供する通信サービスの種類を返します。
 VodafoneSound getSound()
          ボーダフォンサウンド情報を返します。
 VodafoneType getType()
          端末の型を返します。
 UID getUserId()
          UID 情報を返します。
 String getVendorId()
          必ずベンダーIDを返します。
 
インタフェース jp.sourceforge.livez.MobilePhone から継承されたメソッド
getEnableImageTypes
 

メソッドの詳細

getServiceType

ServiceType getServiceType()
端末の提供する通信サービスの種類を返します。

必ず "ボーダフォンライブ" を返します。

定義:
インタフェース MobilePhone<VodafoneBrowser,Vappli,UID> 内の getServiceType
戻り値:
提供する通信サービスの種類

getCarrierType

CarrierType getCarrierType()
キャリアの種類を返します。

この実装は必ず "ボーダフォン" を返します。

定義:
インタフェース MobilePhone<VodafoneBrowser,Vappli,UID> 内の getCarrierType
戻り値:
キャリアの種類

getId

String getId()
端末の一意な識別子を返します。

定義:
インタフェース MobilePhone<VodafoneBrowser,Vappli,UID> 内の getId
戻り値:
端末の一意な識別子

getName

String getName()
必ず端末名を返します。

端末名は端末IDから "_a" や "_b" などのマイナーバージョンシンボルを取り除いた値となります。

定義:
インタフェース MobilePhone<VodafoneBrowser,Vappli,UID> 内の getName
戻り値:
端末名

getProductName

String getProductName()
製品名を返します。

実装は単に端末名を返します。

定義:
インタフェース MobilePhone<VodafoneBrowser,Vappli,UID> 内の getProductName
戻り値:
製品名

getSeriesName

String getSeriesName()
必ずシリーズ名を返します。

定義:
インタフェース MobilePhone<VodafoneBrowser,Vappli,UID> 内の getSeriesName
戻り値:
シリーズ名

getVendorId

String getVendorId()
必ずベンダーIDを返します。

定義:
インタフェース MobilePhone<VodafoneBrowser,Vappli,UID> 内の getVendorId
戻り値:
ベンダーID

getScreen

Screen getScreen()
画面情報を返します。

不明な場合は null を返します。

定義:
インタフェース MobilePhone<VodafoneBrowser,Vappli,UID> 内の getScreen
戻り値:
液晶画面情報

getBrowser

VodafoneBrowser getBrowser()
ボーダフォンブラウザ情報を返します。

定義:
インタフェース MobilePhone<VodafoneBrowser,Vappli,UID> 内の getBrowser
戻り値:
ボーダフォンブラウザ情報

getAppli

Vappli getAppli()
Vアプリ実行環境情報を返します。

非対応の場合は null を返します。

定義:
インタフェース MobilePhone<VodafoneBrowser,Vappli,UID> 内の getAppli
戻り値:
Vアプリ実行環境情報

getSound

VodafoneSound getSound()
ボーダフォンサウンド情報を返します。

不明な場合は null を返します。

戻り値:
ボーダフォンサウンド情報

getType

VodafoneType getType()
端末の型を返します。

戻り値:
端末の型

getApplication

Application getApplication()
3GC端末でのアプリケーション情報を返します。

不明な場合は null を返します。

戻り値:
3GC端末でのアプリケーション情報

getSerialNumber

String getSerialNumber()
端末の製造番号を返します。

ユーザID通知設定が無効な場合は null を返します。

戻り値:
製造番号

getUserId

UID getUserId()
UID 情報を返します。

定義:
インタフェース MobilePhone<VodafoneBrowser,Vappli,UID> 内の getUserId
戻り値:
UID 情報


Copyright © 2005-2006 Kouji Sugisawa. All rights reserved.