Uses of Interface
org.n52.svalbard.odata.core.expr.bool.BooleanExpr
-
Packages that use BooleanExpr Package Description org.n52.svalbard.odata.core org.n52.svalbard.odata.core.expr org.n52.svalbard.odata.core.expr.bool -
-
Uses of BooleanExpr in org.n52.svalbard.odata.core
-
Uses of BooleanExpr in org.n52.svalbard.odata.core.expr
Classes in org.n52.svalbard.odata.core.expr that implement BooleanExpr Modifier and Type Class Description classMethodCallExprClass to hold a method call expression.Methods in org.n52.svalbard.odata.core.expr that return types with arguments of type BooleanExpr Modifier and Type Method Description default Optional<BooleanExpr>Expr. asBoolean()Get this expression as a boolean expression -
Uses of BooleanExpr in org.n52.svalbard.odata.core.expr.bool
Classes in org.n52.svalbard.odata.core.expr.bool that implement BooleanExpr Modifier and Type Class Description classBooleanBinaryExprClass to hold a binary boolean expressionclassBooleanUnaryExprClass to hold a unary boolean expression.classComparisonExprClass to hold a comparison expression.Methods in org.n52.svalbard.odata.core.expr.bool that return BooleanExpr Modifier and Type Method Description BooleanExprBooleanBinaryExpr. getLeft()BooleanExprBooleanUnaryExpr. getOperand()BooleanExprBooleanBinaryExpr. getRight()Methods in org.n52.svalbard.odata.core.expr.bool that return types with arguments of type BooleanExpr Modifier and Type Method Description default Optional<BooleanExpr>BooleanExpr. asBoolean()Constructors in org.n52.svalbard.odata.core.expr.bool with parameters of type BooleanExpr Constructor Description BooleanBinaryExpr(FilterConstants.BinaryLogicOperator operator, BooleanExpr left, BooleanExpr right)Create a newBooleanBinaryExpr.BooleanUnaryExpr(FilterConstants.UnaryLogicOperator operator, BooleanExpr operand)Create a newBooleanUnaryExpr.
-