Class EqualOperator
- java.lang.Object
-
- technology.openpool.ldap.adapter.api.query.BinaryOperator<EqualOperator>
-
- technology.openpool.ldap.adapter.api.query.EqualOperator
-
- All Implemented Interfaces:
OperatorExpression<EqualOperator>,QueryExpression
public final class EqualOperator extends BinaryOperator<EqualOperator>
-
-
Constructor Summary
Constructors Constructor Description EqualOperator(String attribute, String value)EqualOperator(String attribute, String value, boolean negated, boolean ignoreCase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheck(String value)StringgetValue()EqualOperatornegate()-
Methods inherited from class technology.openpool.ldap.adapter.api.query.BinaryOperator
equals, getAttribute, hashCode, isIgnoreCase, isNegated
-
-
-
-
Method Detail
-
getValue
public String getValue()
- Specified by:
getValuein classBinaryOperator<EqualOperator>
-
negate
public EqualOperator negate()
-
check
public boolean check(String value)
-
-