public class

EdmFunctionImport

extends EdmItem
java.lang.Object
   ↳ org.odata4j.edm.EdmItem
     ↳ org.odata4j.edm.EdmFunctionImport

Class Overview

A CSDL FunctionImport element.

The FunctionImport element in conceptual schema definition language (CSDL) represents a function that is defined in the data source but available to objects through the conceptual model. For example, a Function element in the storage model can be used to represent a stored procedure in a database.

Summary

Nested Classes
class EdmFunctionImport.Builder Mutable builder for EdmFunctionImport objects. 
Fields
private final EdmEntitySet entitySet
private final String httpMethod
private final String name
private final ImmutableList<EdmFunctionParameter> parameters
private final EdmType returnType
[Expand]
Inherited Fields
From class org.odata4j.edm.EdmItem
Public Methods
EdmEntitySet getEntitySet()
String getHttpMethod()
String getName()
List<EdmFunctionParameter> getParameters()
EdmType getReturnType()
static EdmFunctionImport.Builder newBuilder()
[Expand]
Inherited Methods
From class org.odata4j.edm.EdmItem
From class java.lang.Object

Fields

private final EdmEntitySet entitySet

private final String httpMethod

private final String name

private final ImmutableList<EdmFunctionParameter> parameters

private final EdmType returnType

Public Methods

public EdmEntitySet getEntitySet ()

public String getHttpMethod ()

public String getName ()

public List<EdmFunctionParameter> getParameters ()

public EdmType getReturnType ()

public static EdmFunctionImport.Builder newBuilder ()