keycloak-federation
公開メンバ関数 | 非公開変数類 | 全メンバ一覧
org.freedesktop.dbus.types.DBusListType クラス
org.freedesktop.dbus.types.DBusListType の継承関係図
Inheritance graph
org.freedesktop.dbus.types.DBusListType 連携図
Collaboration graph

公開メンバ関数

 DBusListType (Type v)
 
Type [] getActualTypeArguments ()
 
Type getRawType ()
 
Type getOwnerType ()
 

非公開変数類

Type v
 

詳解

The type of a list. Should be used whenever you need a Type variable for a list.

構築子と解体子

◆ DBusListType()

org.freedesktop.dbus.types.DBusListType.DBusListType ( Type  v)
inline

Create a List type.

引数
vType of the list contents.
29  {
30  this.v = v;
31  }
Type v
Definition: DBusListType.java:22

関数詳解

◆ getActualTypeArguments()

Type [] org.freedesktop.dbus.types.DBusListType.getActualTypeArguments ( )
inline
33  {
34  return new Type[]{v};
35  }
Type v
Definition: DBusListType.java:22

◆ getOwnerType()

Type org.freedesktop.dbus.types.DBusListType.getOwnerType ( )
inline
41  {
42  return null;
43  }

◆ getRawType()

Type org.freedesktop.dbus.types.DBusListType.getRawType ( )
inline
37  {
38  return List.class;
39  }

メンバ詳解

◆ v

Type org.freedesktop.dbus.types.DBusListType.v
private

このクラス詳解は次のファイルから抽出されました: