Uses of Class
rocks.xmpp.extensions.vcard.temp.model.VCard.Classification
-
Packages that use VCard.Classification Package Description rocks.xmpp.extensions.vcard.temp.model Provides XML schema implementations of XEP-0054: vcard-temp. -
-
Uses of VCard.Classification in rocks.xmpp.extensions.vcard.temp.model
Methods in rocks.xmpp.extensions.vcard.temp.model that return VCard.Classification Modifier and Type Method Description VCard.Classification
VCard. getClassification()
static VCard.Classification
VCard.Classification. valueOf(String name)
Returns the enum constant of this type with the specified name.static VCard.Classification[]
VCard.Classification. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in rocks.xmpp.extensions.vcard.temp.model with parameters of type VCard.Classification Modifier and Type Method Description void
VCard. setClassification(VCard.Classification classification)
-