Uses of Class
org.jivesoftware.smack.filter.AbstractJidTypeFilter.JidType
-
Packages that use AbstractJidTypeFilter.JidType Package Description org.jivesoftware.smack.filter AllowsStanzaCollector
andStanzaListener
instances to filter for stanzas with particular attributes. -
-
Uses of AbstractJidTypeFilter.JidType in org.jivesoftware.smack.filter
Fields in org.jivesoftware.smack.filter declared as AbstractJidTypeFilter.JidType Modifier and Type Field Description protected AbstractJidTypeFilter.JidType
AbstractJidTypeFilter. jidType
Methods in org.jivesoftware.smack.filter that return AbstractJidTypeFilter.JidType Modifier and Type Method Description static AbstractJidTypeFilter.JidType
AbstractJidTypeFilter.JidType. valueOf(java.lang.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 with parameters of type AbstractJidTypeFilter.JidType Constructor Description AbstractExactJidTypeFilter(AbstractJidTypeFilter.JidType jidType)
AbstractJidTypeFilter(AbstractJidTypeFilter.JidType jidType)
AbstractPossibleJidTypeFilter(AbstractJidTypeFilter.JidType jidType)
-