org.odata4j.edm
Class EdmFunctionImport

java.lang.Object
  extended by org.odata4j.edm.EdmItem
      extended by org.odata4j.edm.EdmFunctionImport

public class EdmFunctionImport
extends EdmItem

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.

See Also:
[msdn] FunctionImport Element (CSDL)

Nested Class Summary
static class EdmFunctionImport.Builder
          Mutable builder for EdmFunctionImport objects.
 
Method Summary
 EdmEntitySet getEntitySet()
           
 String getHttpMethod()
           
 String getName()
           
 List<EdmFunctionParameter> getParameters()
           
 EdmType getReturnType()
           
static EdmFunctionImport.Builder newBuilder()
           
 
Methods inherited from class org.odata4j.edm.EdmItem
findAnnotation, getAnnotations, getDocumentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEntitySet

public EdmEntitySet getEntitySet()

getHttpMethod

public String getHttpMethod()

getName

public String getName()

getParameters

public List<EdmFunctionParameter> getParameters()

getReturnType

public EdmType getReturnType()

newBuilder

public static EdmFunctionImport.Builder newBuilder()


http://odata4j.org