Uses of Enum
io.qt.bluetooth.QBluetoothDeviceInfo.Field
Packages that use QBluetoothDeviceInfo.Field
-
Uses of QBluetoothDeviceInfo.Field in io.qt.bluetooth
Methods in io.qt.bluetooth that return QBluetoothDeviceInfo.FieldModifier and TypeMethodDescriptionfinal QBluetoothDeviceInfo.Field[]
QBluetoothDeviceInfo.Fields.flags()
Returns an array of flag objects represented by this Fields.static QBluetoothDeviceInfo.Field
QBluetoothDeviceInfo.Field.resolve
(int value) Returns the corresponding enum entry for the given value.static QBluetoothDeviceInfo.Field
Returns the enum constant of this type with the specified name.static QBluetoothDeviceInfo.Field[]
QBluetoothDeviceInfo.Field.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.bluetooth with parameters of type QBluetoothDeviceInfo.FieldModifier and TypeMethodDescriptionQBluetoothDeviceInfo.Field.combined
(QBluetoothDeviceInfo.Field e) Combines this entry with other enum entry.QBluetoothDeviceInfo.Fields.combined
(QBluetoothDeviceInfo.Field e) Combines this flags with enum entry.static QBluetoothDeviceInfo.Fields
QBluetoothDeviceInfo.Field.flags
(QBluetoothDeviceInfo.Field... values) Creates a newQBluetoothDeviceInfo.Fields
from the entries.QBluetoothDeviceInfo.Fields.setFlag
(QBluetoothDeviceInfo.Field e) Sets the flage
QBluetoothDeviceInfo.Fields.setFlag
(QBluetoothDeviceInfo.Field e, boolean on) Sets or clears the flagflag
Constructors in io.qt.bluetooth with parameters of type QBluetoothDeviceInfo.FieldModifierConstructorDescriptionFields
(QBluetoothDeviceInfo.Field... args) Creates a new Fields where the flags inargs
are set.