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

公開メンバ関数

 DBusStructType (Type... contents)
 
Type [] getActualTypeArguments ()
 
Type getRawType ()
 
Type getOwnerType ()
 

非公開変数類

Type [] contents
 

詳解

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

構築子と解体子

◆ DBusStructType()

org.freedesktop.dbus.types.DBusStructType.DBusStructType ( Type...  contents)
inline

Create a struct type.

引数
contentsThe types contained in this struct.
30  {
31  this.contents = contents;
32  }
Type [] contents
Definition: DBusStructType.java:23

関数詳解

◆ getActualTypeArguments()

Type [] org.freedesktop.dbus.types.DBusStructType.getActualTypeArguments ( )
inline
34  {
35  return contents;
36  }
Type [] contents
Definition: DBusStructType.java:23

◆ getOwnerType()

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

◆ getRawType()

Type org.freedesktop.dbus.types.DBusStructType.getRawType ( )
inline
38  {
39  return Struct.class;
40  }

メンバ詳解

◆ contents

Type [] org.freedesktop.dbus.types.DBusStructType.contents
private

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