org.freedesktop
Class DBus.Binding.Triplet<A,B,C>

java.lang.Object
  extended by org.freedesktop.dbus.Tuple
      extended by org.freedesktop.DBus.Binding.Triplet<A,B,C>
Enclosing interface:
DBus.Binding

public static final class DBus.Binding.Triplet<A,B,C>
extends Tuple


Field Summary
 A a
           
 B b
           
 C c
           
 
Constructor Summary
DBus.Binding.Triplet(A a, B b, C 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 A a

b

public final B b

c

public final C c
Constructor Detail

DBus.Binding.Triplet

public DBus.Binding.Triplet(A a,
                            B b,
                            C 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