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. |
|
[Expand]
Inherited Methods |
From class
org.odata4j.edm.EdmItem
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
private
final
String
httpMethod
private
final
String
name
Public Methods
public
String
getHttpMethod
()