Uses of Enum Class
tigase.vhosts.filter.Rule.RuleType
Packages that use Rule.RuleType
-
Uses of Rule.RuleType in tigase.vhosts.filter
Methods in tigase.vhosts.filter that return Rule.RuleTypeModifier and TypeMethodDescriptionstatic Rule.RuleType
Returns the enum constant of this class with the specified name.static Rule.RuleType[]
Rule.RuleType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in tigase.vhosts.filter with parameters of type Rule.RuleTypeModifierConstructorDescriptionRule
(int id, boolean allow, Rule.RuleType type, tigase.xmpp.jid.JID value)