Interface LambdaRef
- All Superinterfaces:
Expression
,VisitableExpression
Used to within a lambda expression tree to define an access to the lambda variable
-
Method Summary
Methods inherited from interface org.apache.olingo.server.api.uri.queryoption.expression.VisitableExpression
accept
-
Method Details
-
getVariableName
String getVariableName()- Returns:
- Name of the lambda variable
-