Interface LambdaVariableExpression

All Superinterfaces:
Expression

public interface LambdaVariableExpression extends Expression
Represents a lambda variable expression in the expression tree
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the lambda variable

    Methods inherited from interface com.liferay.portal.odata.filter.expression.Expression

    accept
  • Method Details

    • getVariableName

      String getVariableName()
      Returns the name of the lambda variable
      Returns:
      The name of the lambda variable