org.freedesktop.dbus.types

Class DBusStructType

public class DBusStructType extends Object implements ParameterizedType

The type of a struct. Should be used whenever you need a Type variable for a struct.
Constructor Summary
DBusStructType(Type... contents)
Create a struct type.
Method Summary
Type[]getActualTypeArguments()
TypegetOwnerType()
TypegetRawType()

Constructor Detail

DBusStructType

public DBusStructType(Type... contents)
Create a struct type.

Parameters: contents The types contained in this struct.

Method Detail

getActualTypeArguments

public Type[] getActualTypeArguments()

getOwnerType

public Type getOwnerType()

getRawType

public Type getRawType()