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