gluu
org
gluu
oxtrust
model
MobileDevice
公開メンバ関数
|
非公開変数類
|
全メンバ一覧
org.gluu.oxtrust.model.MobileDevice クラス
org.gluu.oxtrust.model.MobileDevice 連携図
公開メンバ関数
ArrayList<
Phone
>
getPhones
()
void
setPhones
(ArrayList<
Phone
>
phones
)
非公開変数類
ArrayList<
Phone
>
phones
詳解
関数詳解
◆
getPhones()
ArrayList<
Phone
> org.gluu.oxtrust.model.MobileDevice.getPhones
(
)
inline
9
{
10
return
phones
;
11
}
org.gluu.oxtrust.model.MobileDevice.phones
ArrayList< Phone > phones
Definition:
MobileDevice.java:7
◆
setPhones()
void org.gluu.oxtrust.model.MobileDevice.setPhones
(
ArrayList<
Phone
>
phones
)
inline
13
{
14
this.
phones
=
phones
;
15
}
org.gluu.oxtrust.model.MobileDevice.phones
ArrayList< Phone > phones
Definition:
MobileDevice.java:7
メンバ詳解
◆
phones
ArrayList<
Phone
> org.gluu.oxtrust.model.MobileDevice.phones
private
このクラス詳解は次のファイルから抽出されました:
D:/AppData/OpenId/gluu/src/oxTrust/model/src/main/java/org/gluu/oxtrust/model/
MobileDevice.java
2018年09月30日(日) 14時45分27秒作成 - gluu / 構成:
1.8.13