Class Overview
A CSDL Parameter element.
A Parameter element is used to define input and output parameters for function imports that are declared in CSDL.
Summary
| Nested Classes |
|
class |
EdmFunctionParameter.Builder |
Mutable builder for EdmFunctionParameter objects. |
|
enum |
EdmFunctionParameter.Mode |
Parameter type: In, Out, or InOut |
|
[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
name
Public Methods
Parameters
| functionParameter
| |
| context
| |