Package net.bluemind.addressbook.api
Class VCard.Identification.Gender
java.lang.Object
net.bluemind.addressbook.api.VCard.BasicAttribute
net.bluemind.addressbook.api.VCard.Identification.Gender
- Enclosing class:
VCard.Identification
To specify the components of the sex and gender identity of the object the
vCard represents.
-
Field Summary
Fields inherited from class net.bluemind.addressbook.api.VCard.BasicAttribute
parameters, value
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
static VCard.Identification.Gender
boolean
int
hashCode()
Methods inherited from class net.bluemind.addressbook.api.VCard.BasicAttribute
containsUniqueValue, containsValues, copyParameters, getParameterValue, getParameterValues
-
Field Details
-
text
-
-
Constructor Details
-
Gender
public Gender()
-
-
Method Details
-
create
-
copy
-
hashCode
public int hashCode()- Overrides:
hashCode
in classVCard.BasicAttribute
-
equals
- Overrides:
equals
in classVCard.BasicAttribute
-