java.lang.Object
io.qt.QtObject
io.qt.nfc.QNdefRecord
io.qt.nfc.QNdefNfcTextRecord
- All Implemented Interfaces:
QtObjectInterface,Cloneable
NFC RTD-Text
Java wrapper for Qt class QNdefNfcTextRecord
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQNdefNfcTextRecord::EncodingNested classes/interfaces inherited from class io.qt.nfc.QNdefRecord
QNdefRecord.TypeNameFormat -
Constructor Summary
ConstructorsConstructorDescriptionSeeQNdefNfcTextRecord::QNdefNfcTextRecord(QNdefNfcTextRecord) QNdefNfcTextRecord(QNdefRecord other) -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this object.encoding()final Stringlocale()final voidsetEncoding(QNdefNfcTextRecord.Encoding encoding) final voidfinal voidfinal Stringtext()Methods inherited from class io.qt.nfc.QNdefRecord
assign, clear, equals, equals, hashCode, id, isEmpty, payload, setId, setId, setPayload, setPayload, setType, setType, setTypeNameFormat, type, typeNameFormatMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QNdefNfcTextRecord
public QNdefNfcTextRecord() -
QNdefNfcTextRecord
See
QNdefNfcTextRecord::QNdefNfcTextRecord(QNdefNfcTextRecord) - Parameters:
other-
-
QNdefNfcTextRecord
- Parameters:
other-
-
-
Method Details
-
encoding
- Returns:
-
locale
- Returns:
-
setEncoding
- Parameters:
encoding-
-
setLocale
- Parameters:
locale-
-
setText
- Parameters:
text-
-
text
- Returns:
-
clone
Creates and returns a copy of this object.
See
QNdefNfcTextRecord::QNdefNfcTextRecord(QNdefNfcTextRecord) - Overrides:
clonein classQNdefRecord
-