Class UnaryOperator<T extends UnaryOperator<?>>
- java.lang.Object
-
- technology.openpool.ldap.adapter.api.query.UnaryOperator<T>
-
- All Implemented Interfaces:
OperatorExpression<T>,QueryExpression
- Direct Known Subclasses:
PresenceOperator
public abstract class UnaryOperator<T extends UnaryOperator<?>> extends Object implements OperatorExpression<T>
-
-
Constructor Summary
Constructors Constructor Description UnaryOperator(String attribute, boolean negated, boolean ignoreCase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)StringgetAttribute()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
-
UnaryOperator
public UnaryOperator(String attribute, boolean negated, boolean ignoreCase)
-
-
Method Detail
-
getAttribute
public String getAttribute()
- Specified by:
getAttributein interfaceOperatorExpression<T extends UnaryOperator<?>>
-
isNegated
public boolean isNegated()
- Specified by:
isNegatedin interfaceOperatorExpression<T extends UnaryOperator<?>>
-
isIgnoreCase
public boolean isIgnoreCase()
-
-