public abstract class AbstractEdmOperation extends EdmTypeImpl implements org.apache.olingo.commons.api.edm.EdmOperation
kind, typeNameedm| Modifier | Constructor and Description |
|---|---|
protected |
AbstractEdmOperation(org.apache.olingo.commons.api.edm.Edm edm,
org.apache.olingo.commons.api.edm.FullQualifiedName name,
org.apache.olingo.commons.api.edm.provider.CsdlOperation operation,
org.apache.olingo.commons.api.edm.constants.EdmTypeKind kind) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.olingo.commons.api.edm.FullQualifiedName |
getBindingParameterTypeFqn() |
String |
getEntitySetPath() |
org.apache.olingo.commons.api.edm.EdmParameter |
getParameter(String name) |
List<String> |
getParameterNames() |
org.apache.olingo.commons.api.edm.EdmEntitySet |
getReturnedEntitySet(org.apache.olingo.commons.api.edm.EdmEntitySet bindingParameterEntitySet) |
org.apache.olingo.commons.api.edm.EdmReturnType |
getReturnType() |
Boolean |
isBindingParameterTypeCollection() |
boolean |
isBound() |
getFullQualifiedName, getKind, getNamespacegetNamegetAnnotation, getAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected AbstractEdmOperation(org.apache.olingo.commons.api.edm.Edm edm,
org.apache.olingo.commons.api.edm.FullQualifiedName name,
org.apache.olingo.commons.api.edm.provider.CsdlOperation operation,
org.apache.olingo.commons.api.edm.constants.EdmTypeKind kind)
public org.apache.olingo.commons.api.edm.EdmParameter getParameter(String name)
getParameter in interface org.apache.olingo.commons.api.edm.EdmOperationpublic List<String> getParameterNames()
getParameterNames in interface org.apache.olingo.commons.api.edm.EdmOperationpublic org.apache.olingo.commons.api.edm.EdmEntitySet getReturnedEntitySet(org.apache.olingo.commons.api.edm.EdmEntitySet bindingParameterEntitySet)
getReturnedEntitySet in interface org.apache.olingo.commons.api.edm.EdmOperationpublic org.apache.olingo.commons.api.edm.EdmReturnType getReturnType()
getReturnType in interface org.apache.olingo.commons.api.edm.EdmOperationpublic boolean isBound()
isBound in interface org.apache.olingo.commons.api.edm.EdmOperationpublic org.apache.olingo.commons.api.edm.FullQualifiedName getBindingParameterTypeFqn()
getBindingParameterTypeFqn in interface org.apache.olingo.commons.api.edm.EdmOperationpublic Boolean isBindingParameterTypeCollection()
isBindingParameterTypeCollection in interface org.apache.olingo.commons.api.edm.EdmOperationpublic String getEntitySetPath()
getEntitySetPath in interface org.apache.olingo.commons.api.edm.EdmOperationCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.