java.lang.Object
io.qt.QtObject
io.qt.location.QPlaceContactDetail
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents a contact detail such as a phone number or website url
Java wrapper for Qt class QPlaceContactDetail
-
Field Summary
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QPlaceContactDetail other) final void
clear()
clone()
Creates and returns a copy of this object.final boolean
equals
(QPlaceContactDetail other) boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QPlaceContactDetail)
.final String
label()
final void
final void
final String
value()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
Email
-
Fax
-
Phone
-
Website
-
-
Constructor Details
-
QPlaceContactDetail
public QPlaceContactDetail() -
QPlaceContactDetail
- Parameters:
other
-
-
-
Method Details
-
clear
-
label
- Returns:
-
assign
- Parameters:
other
-
-
equals
- Parameters:
other
-- Returns:
-
setLabel
- Parameters:
label
-
-
setValue
- Parameters:
value
-
-
value
- Returns:
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QPlaceContactDetail)
. -
clone
Creates and returns a copy of this object.
See
QPlaceContactDetail::
QPlaceContactDetail(QPlaceContactDetail)
-