Package org.openremote.model.query
Class UserQuery.AttributeValuePredicate
java.lang.Object
org.openremote.model.query.UserQuery.AttributeValuePredicate
- Enclosing class:
UserQuery
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAttributeValuePredicate
(boolean negated, StringPredicate name) AttributeValuePredicate
(boolean negated, StringPredicate name, StringPredicate value) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getValue()
boolean
setName
(StringPredicate name) setNegated
(boolean negated) setValue
(StringPredicate value) toString()