Uses of Enum Class
org.apache.olingo.odata2.api.uri.expression.MethodOperator
Packages that use MethodOperator
Package
Description
Expression Parser
-
Uses of MethodOperator in org.apache.olingo.odata2.api.uri.expression
Methods in org.apache.olingo.odata2.api.uri.expression that return MethodOperatorModifier and TypeMethodDescriptionMethodExpression.getMethod()static MethodOperatorReturns the enum constant of this class with the specified name.static MethodOperator[]MethodOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.olingo.odata2.api.uri.expression with parameters of type MethodOperatorModifier and TypeMethodDescriptionExpressionVisitor.visitMethod(MethodExpression methodExpression, MethodOperator method, List<Object> parameters) Visits a method expression -
Uses of MethodOperator in org.apache.olingo.odata2.core.uri.expression
Methods in org.apache.olingo.odata2.core.uri.expression that return MethodOperatorMethods in org.apache.olingo.odata2.core.uri.expression with parameters of type MethodOperatorModifier and TypeMethodDescriptionJsonVisitor.visitMethod(MethodExpression methodExpression, MethodOperator method, List<Object> parameters)