Interface LambdaVariableExpression
- All Superinterfaces:
Expression
Represents a lambda variable expression in the expression tree
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the lambda variableMethods 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
-