java.lang.Object
io.qt.QtObject
io.qt.nfc.QNdefFilter.Record
- All Implemented Interfaces:
QtObjectInterface,Cloneable
- Enclosing class:
QNdefFilter
QNdefFilter::Record struct contains the information about a filter record
Java wrapper for Qt's class QNdefFilter::Record
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this object.final intKotlin property getter.final intKotlin property getter.final QByteArraygetType()Kotlin property getter.Kotlin property getter.final intmaximum()final intminimum()final voidsetMaximum(int maximum) final voidsetMinimum(int minimum) final voidsetType(QByteArray type) final voidsetTypeNameFormat(QNdefRecord.TypeNameFormat typeNameFormat) final QByteArraytype()Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
Record
public Record() -
Record
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
setMaximum
-
getMaximum
Kotlin property getter. In Java use
maximum()instead. -
maximum
-
setMinimum
-
getMinimum
Kotlin property getter. In Java use
minimum()instead. -
minimum
-
setType
-
getType
Kotlin property getter. In Java use
type()instead. -
type
-
setTypeNameFormat
-
getTypeNameFormat
Kotlin property getter. In Java use
typeNameFormat()instead. -
typeNameFormat
-
clone
Creates and returns a copy of this object.
-