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
static byte ARRAY
           
static String ARRAY_STRING
           
static byte BOOLEAN
           
static String BOOLEAN_STRING
           
static byte BYTE
           
static String BYTE_STRING
           
static byte DICT_ENTRY
           
static String DICT_ENTRY_STRING
           
static byte DICT_ENTRY1
           
static String DICT_ENTRY1_STRING
           
static byte DICT_ENTRY2
           
static String DICT_ENTRY2_STRING
           
static byte DOUBLE
           
static String DOUBLE_STRING
           
static byte FLOAT
           
static String FLOAT_STRING
           
static byte INT16
           
static String INT16_STRING
           
static byte INT32
           
static String INT32_STRING
           
static byte INT64
           
static String INT64_STRING
           
static byte OBJECT_PATH
           
static String OBJECT_PATH_STRING
           
static byte SIGNATURE
           
static String SIGNATURE_STRING
           
static byte STRING
           
static String STRING_STRING
           
static byte STRUCT
           
static String STRUCT_STRING
           
static byte STRUCT1
           
static String STRUCT1_STRING
           
static byte STRUCT2
           
static String STRUCT2_STRING
           
static byte UINT16
           
static String UINT16_STRING
           
static byte UINT32
           
static String UINT32_STRING
           
static byte UINT64
           
static String UINT64_STRING
           
static byte VARIANT
           
static String VARIANT_STRING
           
 

Field Detail

BYTE_STRING

static final String BYTE_STRING
See Also:
Constant Field Values

BOOLEAN_STRING

static final String BOOLEAN_STRING
See Also:
Constant Field Values

INT16_STRING

static final String INT16_STRING
See Also:
Constant Field Values

UINT16_STRING

static final String UINT16_STRING
See Also:
Constant Field Values

INT32_STRING

static final String INT32_STRING
See Also:
Constant Field Values

UINT32_STRING

static final String UINT32_STRING
See Also:
Constant Field Values

INT64_STRING

static final String INT64_STRING
See Also:
Constant Field Values

UINT64_STRING

static final String UINT64_STRING
See Also:
Constant Field Values

DOUBLE_STRING

static final String DOUBLE_STRING
See Also:
Constant Field Values

FLOAT_STRING

static final String FLOAT_STRING
See Also:
Constant Field Values

STRING_STRING

static final String STRING_STRING
See Also:
Constant Field Values

OBJECT_PATH_STRING

static final String OBJECT_PATH_STRING
See Also:
Constant Field Values

SIGNATURE_STRING

static final String SIGNATURE_STRING
See Also:
Constant Field Values

ARRAY_STRING

static final String ARRAY_STRING
See Also:
Constant Field Values

VARIANT_STRING

static final String VARIANT_STRING
See Also:
Constant Field Values

STRUCT_STRING

static final String STRUCT_STRING
See Also:
Constant Field Values

STRUCT1_STRING

static final String STRUCT1_STRING
See Also:
Constant Field Values

STRUCT2_STRING

static final String STRUCT2_STRING
See Also:
Constant Field Values

DICT_ENTRY_STRING

static final String DICT_ENTRY_STRING
See Also:
Constant Field Values

DICT_ENTRY1_STRING

static final String DICT_ENTRY1_STRING
See Also:
Constant Field Values

DICT_ENTRY2_STRING

static final 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