public class MethodImpl extends Object implements org.apache.olingo.server.api.uri.queryoption.expression.Method
| Constructor and Description |
|---|
MethodImpl(org.apache.olingo.server.api.uri.queryoption.expression.MethodKind method,
List<org.apache.olingo.server.api.uri.queryoption.expression.Expression> parameters) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor<T> visitor) |
org.apache.olingo.server.api.uri.queryoption.expression.MethodKind |
getMethod() |
List<org.apache.olingo.server.api.uri.queryoption.expression.Expression> |
getParameters() |
org.apache.olingo.commons.api.edm.EdmType |
getType() |
String |
toString() |
public MethodImpl(org.apache.olingo.server.api.uri.queryoption.expression.MethodKind method,
List<org.apache.olingo.server.api.uri.queryoption.expression.Expression> parameters)
public org.apache.olingo.server.api.uri.queryoption.expression.MethodKind getMethod()
getMethod in interface org.apache.olingo.server.api.uri.queryoption.expression.Methodpublic org.apache.olingo.commons.api.edm.EdmType getType()
public List<org.apache.olingo.server.api.uri.queryoption.expression.Expression> getParameters()
getParameters in interface org.apache.olingo.server.api.uri.queryoption.expression.Methodpublic <T> T accept(org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitor<T> visitor)
throws org.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitException,
org.apache.olingo.server.api.ODataApplicationException
accept in interface org.apache.olingo.server.api.uri.queryoption.expression.VisitableExpressionorg.apache.olingo.server.api.uri.queryoption.expression.ExpressionVisitExceptionorg.apache.olingo.server.api.ODataApplicationExceptionCopyright © 2013–2019 The Apache Software Foundation. All rights reserved.