java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.nfc.QNdefRecord
io.qt.nfc.QNdefNfcTextRecord
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QNdefNfcTextRecord extends QNdefRecord implements Cloneable
NFC RTD-Text
Java wrapper for Qt class QNdefNfcTextRecord
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QNdefNfcTextRecord.Encoding
Java wrapper for Qt enum QNdefNfcTextRecord::Encoding -
Constructor Summary
Constructors Modifier Constructor Description QNdefNfcTextRecord()
QNdefNfcTextRecord(QNdefRecord other)
protected
QNdefNfcTextRecord(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QNdefNfcTextRecord
clone()
QNdefNfcTextRecord.Encoding
encoding()
String
locale()
void
setEncoding(QNdefNfcTextRecord.Encoding encoding)
void
setLocale(String locale)
void
setText(String text)
String
text()
Methods inherited from class io.qt.nfc.QNdefRecord
equals, hashCode, id, isEmpty, payload, setId, setPayload, setType, setTypeNameFormat, type, typeNameFormat
-
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
-