NTT DOCOMO and Hitachi Kokusai Electric Know-how & Confidential

com.docomo_um.module.net
クラス PDPTypeInfo

java.lang.Object
  上位を拡張 com.docomo_um.module.net.PDPTypeInfo
直系の既知のサブクラス:
IPSettingInfo, PPPSettingInfo

public abstract class PDPTypeInfo
extends java.lang.Object

PS(パケット交換)のPDPタイプを定義するクラスです。


フィールドの概要
static int PDP_TYPE_IP
          PDPタイプの一つでIPを表します。
static int PDP_TYPE_PPP
          PDPタイプの一つでPPPを表します。
 
メソッドの概要
abstract  int getPDPType()
          このインスタンスが保持しているPDPタイプを取得します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

フィールドの詳細

PDP_TYPE_PPP

public static final int PDP_TYPE_PPP
PDPタイプの一つでPPPを表します。

関連項目:
定数フィールド値

PDP_TYPE_IP

public static final int PDP_TYPE_IP
PDPタイプの一つでIPを表します。

関連項目:
定数フィールド値
メソッドの詳細

getPDPType

public abstract int getPDPType()
このインスタンスが保持しているPDPタイプを取得します。

戻り値:
PDPタイプを返します。

Copyright © 2013 NTT DOCOMO, INC. and Hitachi Kokusai Electric Inc. All Rights Reserved.