Package org.freedesktop
Interface DBus.Binding.Tests
- All Superinterfaces:
DBusInterface
- Enclosing interface:
DBus.Binding
-
Method Summary
Modifier and TypeMethodDescriptionvoidExit()<T> Variant<T> <T> Variant<T>[]IdentityArray(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) IdentityString(String input) String[]IdentityStringArray(String[] input) IdentityUInt16(UInt16 input) UInt16[]IdentityUInt16Array(UInt16[] input) IdentityUInt32(UInt32 input) UInt32[]IdentityUInt32Array(UInt32[] input) IdentityUInt64(UInt64 input) UInt64[]IdentityUInt64Array(UInt64[] input) booleanInvert(boolean a) InvertMapping(Map<String, String> a) longSum(int[] a) voidMethods inherited from interface org.freedesktop.dbus.DBusInterface
isRemote
-
Method Details
-
Identity
-
IdentityByte
byte IdentityByte(byte input) -
IdentityBool
boolean IdentityBool(boolean input) -
IdentityInt16
short IdentityInt16(short input) -
IdentityUInt16
-
IdentityInt32
int IdentityInt32(int input) -
IdentityUInt32
-
IdentityInt64
long IdentityInt64(long input) -
IdentityUInt64
-
IdentityDouble
double IdentityDouble(double input) -
IdentityString
-
IdentityArray
-
IdentityByteArray
byte[] IdentityByteArray(byte[] input) -
IdentityBoolArray
boolean[] IdentityBoolArray(boolean[] input) -
IdentityInt16Array
short[] IdentityInt16Array(short[] input) -
IdentityUInt16Array
-
IdentityInt32Array
int[] IdentityInt32Array(int[] input) -
IdentityUInt32Array
-
IdentityInt64Array
long[] IdentityInt64Array(long[] input) -
IdentityUInt64Array
-
IdentityDoubleArray
double[] IdentityDoubleArray(double[] input) -
IdentityStringArray
-
Sum
long Sum(int[] a) -
InvertMapping
-
DeStruct
-
Primitize
-
Invert
boolean Invert(boolean a) -
Trigger
-
Exit
void Exit()
-