org.freedesktop
Class DBus.Binding.TestStruct

java.lang.Object
  extended by org.freedesktop.dbus.Struct
      extended by org.freedesktop.DBus.Binding.TestStruct
Enclosing interface:
DBus.Binding

public static final class DBus.Binding.TestStruct
extends Struct


Field Summary
 String a
           
 UInt32 b
           
 Short c
           
 
Constructor Summary
DBus.Binding.TestStruct(String a, UInt32 b, Short c)
           
 
Method Summary
 boolean equals(Object other)
           
 Object[] getParameters()
          Returns the struct contents in order.
 String toString()
          Returns this struct as a string.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

a

public final String a

b

public final UInt32 b

c

public final Short c
Constructor Detail

DBus.Binding.TestStruct

public DBus.Binding.TestStruct(String a,
                               UInt32 b,
                               Short c)
Method Detail

getParameters

public final Object[] getParameters()
Returns the struct contents in order.

Throws:
DBusException - If there is a problem doing this.

toString

public final String toString()
Returns this struct as a string.

Overrides:
toString in class Object

equals

public final boolean equals(Object other)
Overrides:
equals in class Object