JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.apache.olingo.ext.proxy.api.annotations
Annotation Type Parameter
@Retention
(
RUNTIME
)
@Target
(
PARAMETER
)
public @interface
Parameter
Function import parameter information.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
name
String
type
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
int
maxLenght
boolean
nullable
int
precision
int
scale
Element Details
name
String
name
type
String
type
nullable
boolean
nullable
Default:
true
maxLenght
int
maxLenght
Default:
2147483647
precision
int
precision
Default:
0
scale
int
scale
Default:
0