Uses of Class
org.apache.olingo.odata2.api.uri.expression.MethodOperator

Packages that use MethodOperator
org.apache.olingo.odata2.api.uri.expression Expression Parser 
 

Uses of MethodOperator in org.apache.olingo.odata2.api.uri.expression
 

Methods in org.apache.olingo.odata2.api.uri.expression that return MethodOperator
 MethodOperator MethodExpression.getMethod()
           
static MethodOperator MethodOperator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MethodOperator[] MethodOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.olingo.odata2.api.uri.expression with parameters of type MethodOperator
 Object ExpressionVisitor.visitMethod(MethodExpression methodExpression, MethodOperator method, List<Object> parameters)
          Visits a method expression
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.