Uses of Class
org.jxmpp.XmppAddressParttype
-
Packages that use XmppAddressParttype Package Description org.jxmpp JXMPP, a XMPP base library. -
-
Uses of XmppAddressParttype in org.jxmpp
Methods in org.jxmpp that return XmppAddressParttype Modifier and Type Method Description static XmppAddressParttype
XmppAddressParttype. valueOf(String name)
Returns the enum constant of this type with the specified name.static XmppAddressParttype[]
XmppAddressParttype. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-