org.freedesktop.dbus
Class TypeSignature

java.lang.Object
  extended by org.freedesktop.dbus.TypeSignature

public class TypeSignature
extends Object


Constructor Summary
TypeSignature(String sig)
           
TypeSignature(Type[] types)
           
 
Method Summary
 String getSig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeSignature

public TypeSignature(String sig)

TypeSignature

public TypeSignature(Type[] types)
              throws DBusException
Throws:
DBusException
Method Detail

getSig

public String getSig()