- All Superinterfaces:
BooleanExpression<Object>,ComparableExpression<Object,,Boolean> ComparableLiteral<Boolean>,Expression<Object,,Boolean> Literal<Boolean>
- Since:
- 1.1
-
Method Summary
Modifier and TypeMethodDescriptionstatic BooleanLiteralof(boolean value) Creates aBooleanLiteralthat represents the given value.toString()Returns the textTRUEorFALSErepresenting the value.Methods inherited from interface jakarta.data.expression.BooleanExpression
isFalse, isTrue, typeMethods inherited from interface jakarta.data.expression.ComparableExpression
between, between, greaterThan, greaterThan, greaterThanEqual, greaterThanEqual, lessThan, lessThan, lessThanEqual, lessThanEqual, notBetween, notBetweenMethods inherited from interface jakarta.data.expression.Expression
equalTo, equalTo, in, in, in, isNull, notEqualTo, notEqualTo, notIn, notIn, notIn, notNull, satisfies
-
Method Details
-
of
Creates a
BooleanLiteralthat represents the given value.- Parameters:
value- abooleanvalue.- Returns:
- a
BooleanLiteralrepresenting the value.
-
toString
String toString()Returns the text
TRUEorFALSErepresenting the value.
-