Package org.freedesktop
Interface DBus.Binding.Tests
- 
- All Superinterfaces:
- org.freedesktop.dbus.DBusInterface
 - Enclosing interface:
- DBus.Binding
 
 public static interface DBus.Binding.Tests extends org.freedesktop.dbus.DBusInterface
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DBus.Binding.Triplet<String,org.freedesktop.dbus.UInt32,Short>DeStruct(DBus.Binding.TestStruct a)voidExit()<T> org.freedesktop.dbus.Variant<T>Identity(org.freedesktop.dbus.Variant<T> input)<T> org.freedesktop.dbus.Variant<T>[]IdentityArray(org.freedesktop.dbus.Variant<T>[] input)booleanIdentityBool(boolean input)boolean[]IdentityBoolArray(boolean[] input)byteIdentityByte(byte input)byte[]IdentityByteArray(byte[] input)doubleIdentityDouble(double input)double[]IdentityDoubleArray(double[] input)shortIdentityInt16(short input)short[]IdentityInt16Array(short[] input)intIdentityInt32(int input)int[]IdentityInt32Array(int[] input)longIdentityInt64(long input)long[]IdentityInt64Array(long[] input)StringIdentityString(String input)String[]IdentityStringArray(String[] input)org.freedesktop.dbus.UInt16IdentityUInt16(org.freedesktop.dbus.UInt16 input)org.freedesktop.dbus.UInt16[]IdentityUInt16Array(org.freedesktop.dbus.UInt16[] input)org.freedesktop.dbus.UInt32IdentityUInt32(org.freedesktop.dbus.UInt32 input)org.freedesktop.dbus.UInt32[]IdentityUInt32Array(org.freedesktop.dbus.UInt32[] input)org.freedesktop.dbus.UInt64IdentityUInt64(org.freedesktop.dbus.UInt64 input)org.freedesktop.dbus.UInt64[]IdentityUInt64Array(org.freedesktop.dbus.UInt64[] input)booleanInvert(boolean a)Map<String,List<String>>InvertMapping(Map<String,String> a)List<org.freedesktop.dbus.Variant<Object>>Primitize(org.freedesktop.dbus.Variant<Object> a)longSum(int[] a)voidTrigger(String a, org.freedesktop.dbus.UInt64 b)
 
- 
- 
- 
Method Detail- 
Identity<T> org.freedesktop.dbus.Variant<T> Identity(org.freedesktop.dbus.Variant<T> input) 
 - 
IdentityBytebyte IdentityByte(byte input) 
 - 
IdentityBoolboolean IdentityBool(boolean input) 
 - 
IdentityInt16short IdentityInt16(short input) 
 - 
IdentityUInt16org.freedesktop.dbus.UInt16 IdentityUInt16(org.freedesktop.dbus.UInt16 input) 
 - 
IdentityInt32int IdentityInt32(int input) 
 - 
IdentityUInt32org.freedesktop.dbus.UInt32 IdentityUInt32(org.freedesktop.dbus.UInt32 input) 
 - 
IdentityInt64long IdentityInt64(long input) 
 - 
IdentityUInt64org.freedesktop.dbus.UInt64 IdentityUInt64(org.freedesktop.dbus.UInt64 input) 
 - 
IdentityDoubledouble IdentityDouble(double input) 
 - 
IdentityArray<T> org.freedesktop.dbus.Variant<T>[] IdentityArray(org.freedesktop.dbus.Variant<T>[] input) 
 - 
IdentityByteArraybyte[] IdentityByteArray(byte[] input) 
 - 
IdentityBoolArrayboolean[] IdentityBoolArray(boolean[] input) 
 - 
IdentityInt16Arrayshort[] IdentityInt16Array(short[] input) 
 - 
IdentityUInt16Arrayorg.freedesktop.dbus.UInt16[] IdentityUInt16Array(org.freedesktop.dbus.UInt16[] input) 
 - 
IdentityInt32Arrayint[] IdentityInt32Array(int[] input) 
 - 
IdentityUInt32Arrayorg.freedesktop.dbus.UInt32[] IdentityUInt32Array(org.freedesktop.dbus.UInt32[] input) 
 - 
IdentityInt64Arraylong[] IdentityInt64Array(long[] input) 
 - 
IdentityUInt64Arrayorg.freedesktop.dbus.UInt64[] IdentityUInt64Array(org.freedesktop.dbus.UInt64[] input) 
 - 
IdentityDoubleArraydouble[] IdentityDoubleArray(double[] input) 
 - 
Sumlong Sum(int[] a) 
 - 
DeStructDBus.Binding.Triplet<String,org.freedesktop.dbus.UInt32,Short> DeStruct(DBus.Binding.TestStruct a) 
 - 
PrimitizeList<org.freedesktop.dbus.Variant<Object>> Primitize(org.freedesktop.dbus.Variant<Object> a) 
 - 
Invertboolean Invert(boolean a) 
 - 
Triggervoid Trigger(String a, org.freedesktop.dbus.UInt64 b) 
 - 
Exitvoid Exit() 
 
- 
 
-