Package org.freedesktop.dbus
Interface Message.ArgumentType
-
- Enclosing class:
- Message
public static interface Message.ArgumentType
Defines constants for each argument type. There are two constants for each argument type, as a byte or as a String (the _STRING version)
-
-
Field Summary
Fields Modifier and Type Field Description static byte
ARRAY
static java.lang.String
ARRAY_STRING
static byte
BOOLEAN
static java.lang.String
BOOLEAN_STRING
static byte
BYTE
static java.lang.String
BYTE_STRING
static byte
DICT_ENTRY
static java.lang.String
DICT_ENTRY_STRING
static byte
DICT_ENTRY1
static java.lang.String
DICT_ENTRY1_STRING
static byte
DICT_ENTRY2
static java.lang.String
DICT_ENTRY2_STRING
static byte
DOUBLE
static java.lang.String
DOUBLE_STRING
static byte
FLOAT
static java.lang.String
FLOAT_STRING
static byte
INT16
static java.lang.String
INT16_STRING
static byte
INT32
static java.lang.String
INT32_STRING
static byte
INT64
static java.lang.String
INT64_STRING
static byte
OBJECT_PATH
static java.lang.String
OBJECT_PATH_STRING
static byte
SIGNATURE
static java.lang.String
SIGNATURE_STRING
static byte
STRING
static java.lang.String
STRING_STRING
static byte
STRUCT
static java.lang.String
STRUCT_STRING
static byte
STRUCT1
static java.lang.String
STRUCT1_STRING
static byte
STRUCT2
static java.lang.String
STRUCT2_STRING
static byte
UINT16
static java.lang.String
UINT16_STRING
static byte
UINT32
static java.lang.String
UINT32_STRING
static byte
UINT64
static java.lang.String
UINT64_STRING
static byte
VARIANT
static java.lang.String
VARIANT_STRING
-
-
-
Field Detail
-
BYTE_STRING
static final java.lang.String BYTE_STRING
- See Also:
- Constant Field Values
-
BOOLEAN_STRING
static final java.lang.String BOOLEAN_STRING
- See Also:
- Constant Field Values
-
INT16_STRING
static final java.lang.String INT16_STRING
- See Also:
- Constant Field Values
-
UINT16_STRING
static final java.lang.String UINT16_STRING
- See Also:
- Constant Field Values
-
INT32_STRING
static final java.lang.String INT32_STRING
- See Also:
- Constant Field Values
-
UINT32_STRING
static final java.lang.String UINT32_STRING
- See Also:
- Constant Field Values
-
INT64_STRING
static final java.lang.String INT64_STRING
- See Also:
- Constant Field Values
-
UINT64_STRING
static final java.lang.String UINT64_STRING
- See Also:
- Constant Field Values
-
DOUBLE_STRING
static final java.lang.String DOUBLE_STRING
- See Also:
- Constant Field Values
-
FLOAT_STRING
static final java.lang.String FLOAT_STRING
- See Also:
- Constant Field Values
-
STRING_STRING
static final java.lang.String STRING_STRING
- See Also:
- Constant Field Values
-
OBJECT_PATH_STRING
static final java.lang.String OBJECT_PATH_STRING
- See Also:
- Constant Field Values
-
SIGNATURE_STRING
static final java.lang.String SIGNATURE_STRING
- See Also:
- Constant Field Values
-
ARRAY_STRING
static final java.lang.String ARRAY_STRING
- See Also:
- Constant Field Values
-
VARIANT_STRING
static final java.lang.String VARIANT_STRING
- See Also:
- Constant Field Values
-
STRUCT_STRING
static final java.lang.String STRUCT_STRING
- See Also:
- Constant Field Values
-
STRUCT1_STRING
static final java.lang.String STRUCT1_STRING
- See Also:
- Constant Field Values
-
STRUCT2_STRING
static final java.lang.String STRUCT2_STRING
- See Also:
- Constant Field Values
-
DICT_ENTRY_STRING
static final java.lang.String DICT_ENTRY_STRING
- See Also:
- Constant Field Values
-
DICT_ENTRY1_STRING
static final java.lang.String DICT_ENTRY1_STRING
- See Also:
- Constant Field Values
-
DICT_ENTRY2_STRING
static final java.lang.String DICT_ENTRY2_STRING
- See Also:
- Constant Field Values
-
BYTE
static final byte BYTE
- See Also:
- Constant Field Values
-
BOOLEAN
static final byte BOOLEAN
- See Also:
- Constant Field Values
-
INT16
static final byte INT16
- See Also:
- Constant Field Values
-
UINT16
static final byte UINT16
- See Also:
- Constant Field Values
-
INT32
static final byte INT32
- See Also:
- Constant Field Values
-
UINT32
static final byte UINT32
- See Also:
- Constant Field Values
-
INT64
static final byte INT64
- See Also:
- Constant Field Values
-
UINT64
static final byte UINT64
- See Also:
- Constant Field Values
-
DOUBLE
static final byte DOUBLE
- See Also:
- Constant Field Values
-
FLOAT
static final byte FLOAT
- See Also:
- Constant Field Values
-
STRING
static final byte STRING
- See Also:
- Constant Field Values
-
OBJECT_PATH
static final byte OBJECT_PATH
- See Also:
- Constant Field Values
-
SIGNATURE
static final byte SIGNATURE
- See Also:
- Constant Field Values
-
ARRAY
static final byte ARRAY
- See Also:
- Constant Field Values
-
VARIANT
static final byte VARIANT
- See Also:
- Constant Field Values
-
STRUCT
static final byte STRUCT
- See Also:
- Constant Field Values
-
STRUCT1
static final byte STRUCT1
- See Also:
- Constant Field Values
-
STRUCT2
static final byte STRUCT2
- See Also:
- Constant Field Values
-
DICT_ENTRY
static final byte DICT_ENTRY
- See Also:
- Constant Field Values
-
DICT_ENTRY1
static final byte DICT_ENTRY1
- See Also:
- Constant Field Values
-
DICT_ENTRY2
static final byte DICT_ENTRY2
- See Also:
- Constant Field Values
-
-