Uses of Class
io.qt.dbus.QDBusArgument.ElementType
Package | Description |
---|---|
io.qt.dbus |
-
Uses of QDBusArgument.ElementType in io.qt.dbus
Methods in io.qt.dbus that return QDBusArgument.ElementType Modifier and Type Method Description QDBusArgument.ElementType
QDBusArgument. currentType()
static QDBusArgument.ElementType
QDBusArgument.ElementType. resolve(int value)
Returns the corresponding enum entry for the given value.static QDBusArgument.ElementType
QDBusArgument.ElementType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QDBusArgument.ElementType[]
QDBusArgument.ElementType. values()
Returns an array containing the constants of this enum type, in the order they are declared.