org.freedesktop.dbus.types
Class DBusListType

java.lang.Object
  extended by org.freedesktop.dbus.types.DBusListType
All Implemented Interfaces:
ParameterizedType, Type

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()
           
 Type getOwnerType()
           
 Type getRawType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBusListType

public DBusListType(Type v)
Create a List type.

Parameters:
v - Type of the list contents.
Method Detail

getActualTypeArguments

public Type[] getActualTypeArguments()
Specified by:
getActualTypeArguments in interface ParameterizedType

getRawType

public Type getRawType()
Specified by:
getRawType in interface ParameterizedType

getOwnerType

public Type getOwnerType()
Specified by:
getOwnerType in interface ParameterizedType