org.freedesktop.dbus.types

Class DBusListType

public class DBusListType extends Object implements ParameterizedType

The type of a list. Should be used whenever you need a Type variable for a list.
Constructor Summary
DBusListType(Type v)
Create a List type.
Method Summary
Type[]getActualTypeArguments()
TypegetOwnerType()
TypegetRawType()

Constructor Detail

DBusListType

public DBusListType(Type v)
Create a List type.

Parameters: v Type of the list contents.

Method Detail

getActualTypeArguments

public Type[] getActualTypeArguments()

getOwnerType

public Type getOwnerType()

getRawType

public Type getRawType()