Interface CqnCaseExpression.Case

Enclosing interface:
CqnCaseExpression

public static interface CqnCaseExpression.Case
A case, which relates a condition to a result value.
  • Method Summary

    Modifier and Type
    Method
    Description
    The condition
    The result value
  • Method Details

    • condition

      CqnPredicate condition()
      The condition
      Returns:
      the condition
    • value

      CqnValue value()
      The result value
      Returns:
      the result value