Uses of Class
rocks.xmpp.extensions.amp.model.Rule.Condition
-
Packages that use Rule.Condition Package Description rocks.xmpp.extensions.amp.model Provides XML schema implementations of XEP-0079: Advanced Message Processing. -
-
Uses of Rule.Condition in rocks.xmpp.extensions.amp.model
Methods in rocks.xmpp.extensions.amp.model that return Rule.Condition Modifier and Type Method Description Rule.Condition
Rule. getCondition()
The 'condition' attribute defines the overall condition this rule applies to.static Rule.Condition
Rule.Condition. valueOf(String name)
Returns the enum constant of this type with the specified name.static Rule.Condition[]
Rule.Condition. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in rocks.xmpp.extensions.amp.model with parameters of type Rule.Condition Modifier and Type Method Description static Rule
Rule. of(Rule.Action action, Rule.Condition condition, String value)
Creates a rule.
-