Interface DBusType

All Known Subinterfaces:
DBusBasicType, DBusContainerType
All Known Implementing Classes:
DBusArray, DBusBoolean, DBusByte, DBusDict, DBusDictEntry, DBusDouble, DBusInt16, DBusInt32, DBusInt64, DBusObjectPath, DBusSignature, DBusString, DBusStruct, DBusUInt16, DBusUInt32, DBusUInt64, DBusUnixFD, DBusVariant

public interface DBusType
Common interface of all D-Bus data types.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the type of this implementation.
  • Method Details

    • getType

      Type getType()
      Gets the type of this implementation.
      Returns:
      a Type