Package org.freedesktop.dbus.messages
Interface Message.ArgumentType
-
- Enclosing class:
- Message
public static interface Message.ArgumentTypeDefines 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 byteARRAYstatic java.lang.StringARRAY_STRINGstatic byteBOOLEANstatic java.lang.StringBOOLEAN_STRINGstatic byteBYTEstatic java.lang.StringBYTE_STRINGstatic byteDICT_ENTRYstatic java.lang.StringDICT_ENTRY_STRINGstatic byteDICT_ENTRY1static java.lang.StringDICT_ENTRY1_STRINGstatic byteDICT_ENTRY2static java.lang.StringDICT_ENTRY2_STRINGstatic byteDOUBLEstatic java.lang.StringDOUBLE_STRINGstatic byteFILEDESCRIPTORstatic java.lang.StringFILEDESCRIPTOR_STRINGstatic byteFLOATstatic java.lang.StringFLOAT_STRINGstatic byteINT16static java.lang.StringINT16_STRINGstatic byteINT32static java.lang.StringINT32_STRINGstatic byteINT64static java.lang.StringINT64_STRINGstatic byteOBJECT_PATHstatic java.lang.StringOBJECT_PATH_STRINGstatic byteSIGNATUREstatic java.lang.StringSIGNATURE_STRINGstatic byteSTRINGstatic java.lang.StringSTRING_STRINGstatic byteSTRUCTstatic java.lang.StringSTRUCT_STRINGstatic byteSTRUCT1static java.lang.StringSTRUCT1_STRINGstatic byteSTRUCT2static java.lang.StringSTRUCT2_STRINGstatic byteUINT16static java.lang.StringUINT16_STRINGstatic byteUINT32static java.lang.StringUINT32_STRINGstatic byteUINT64static java.lang.StringUINT64_STRINGstatic byteVARIANTstatic java.lang.StringVARIANT_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
-
FILEDESCRIPTOR_STRING
static final java.lang.String FILEDESCRIPTOR_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
-
FILEDESCRIPTOR
static final byte FILEDESCRIPTOR
- 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
-
-