Class BinaryOperator<T extends BinaryOperator<?>>
- java.lang.Object
-
- technology.openpool.ldap.adapter.api.query.BinaryOperator<T>
-
- All Implemented Interfaces:
OperatorExpression<T>,QueryExpression
- Direct Known Subclasses:
EqualOperator,WildcardOperator
public abstract class BinaryOperator<T extends BinaryOperator<?>> extends Object implements OperatorExpression<T>
-
-
Constructor Summary
Constructors Constructor Description BinaryOperator(String attribute, boolean negated, boolean ignoreCase)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)StringgetAttribute()abstract StringgetValue()inthashCode()booleanisIgnoreCase()booleanisNegated()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface technology.openpool.ldap.adapter.api.query.OperatorExpression
check, negate
-
-
-
-
Constructor Detail
-
BinaryOperator
public BinaryOperator(String attribute, boolean negated, boolean ignoreCase)
-
-
Method Detail
-
getAttribute
public String getAttribute()
- Specified by:
getAttributein interfaceOperatorExpression<T extends BinaryOperator<?>>
-
getValue
public abstract String getValue()
-
isNegated
public boolean isNegated()
- Specified by:
isNegatedin interfaceOperatorExpression<T extends BinaryOperator<?>>
-
isIgnoreCase
public boolean isIgnoreCase()
-
-