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.FieldQBluetoothDeviceInfo.Field.resolve(int value) Returns the corresponding enum entry for the given value.static QBluetoothDeviceInfo.FieldReturns 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.cleared(QBluetoothDeviceInfo.Field e) Excludes other enum entry from a flag of this entry.QBluetoothDeviceInfo.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.FieldsQBluetoothDeviceInfo.Field.flags(QBluetoothDeviceInfo.Field ... values) Creates a newQBluetoothDeviceInfo.Fieldsfrom the entries.QBluetoothDeviceInfo.Fields.setFlag(QBluetoothDeviceInfo.Field e) Sets the flageQBluetoothDeviceInfo.Fields.setFlag(QBluetoothDeviceInfo.Field e, boolean on) Sets or clears the flagflagConstructors in io.qt.bluetooth with parameters of type QBluetoothDeviceInfo.FieldModifierConstructorDescriptionFields(QBluetoothDeviceInfo.Field ... args) Creates a new Fields where the flags inargsare set.