java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.nfc.QNdefRecord
io.qt.nfc.QNdefNfcTextRecord
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
NFC RTD-Text
Java wrapper for Qt class QNdefNfcTextRecord
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enum QNdefNfcTextRecord::EncodingNested classes/interfaces inherited from class io.qt.nfc.QNdefRecord
QNdefRecord.TypeNameFormatNested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQNdefNfcTextRecord(QNdefRecord other) protectedQNdefNfcTextRecord(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()encoding()final Stringlocale()final voidsetEncoding(QNdefNfcTextRecord.Encoding encoding) final voidfinal voidfinal Stringtext()Methods inherited from class io.qt.nfc.QNdefRecord
equals, hashCode, id, isEmpty, payload, setId, setPayload, setType, setTypeNameFormat, type, typeNameFormatMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QNdefNfcTextRecord
public QNdefNfcTextRecord() -
QNdefNfcTextRecord
-
QNdefNfcTextRecord
protected QNdefNfcTextRecord(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
encoding
-
locale
-
setEncoding
-
setLocale
-
setText
-
text
-
clone
- Overrides:
clonein classQNdefRecord
-