Uses of Class
org.jivesoftware.smack.filter.jidtype.AbstractJidTypeFilter.JidType
-
Packages that use AbstractJidTypeFilter.JidType Package Description org.jivesoftware.smack.filter.jidtype Filter based on the type of an XMPP address. -
-
Uses of AbstractJidTypeFilter.JidType in org.jivesoftware.smack.filter.jidtype
Methods in org.jivesoftware.smack.filter.jidtype that return AbstractJidTypeFilter.JidType Modifier and Type Method Description static AbstractJidTypeFilter.JidTypeAbstractJidTypeFilter.JidType. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractJidTypeFilter.JidType[]AbstractJidTypeFilter.JidType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jivesoftware.smack.filter.jidtype with parameters of type AbstractJidTypeFilter.JidType Constructor Description AbstractJidTypeFilter(AbstractJidTypeFilter.JidType jidType)FromJidTypeFilter(AbstractJidTypeFilter.JidType jidType)
-