Class BooleanValue
- java.lang.Object
-
- technology.openpool.ldap.adapter.api.query.BooleanValue
-
- All Implemented Interfaces:
QueryExpression
public final class BooleanValue extends Object implements QueryExpression
-
-
Constructor Summary
Constructors Constructor Description BooleanValue(boolean value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object that)static BooleanValuefalseValue()booleangetValue()inthashCode()BooleanValuenegate()static BooleanValuetrueValue()
-
-
-
Method Detail
-
getValue
public boolean getValue()
-
negate
public BooleanValue negate()
-
trueValue
public static BooleanValue trueValue()
-
falseValue
public static BooleanValue falseValue()
-
-