| Package | Description |
|---|---|
| oracle.adf.model.adapter.dataformat | |
| oracle.adf.model.rest.odata | |
| oracle.adf.model.utils | |
| oracle.binding.meta |
Contains interfaces for data binding metadata.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MethodReturnDef |
| Modifier and Type | Method and Description |
|---|---|
OperationReturnDefinition |
MethodDef.getOperationReturnType()
Returns the return type of the method.
|
| Modifier and Type | Method and Description |
|---|---|
OperationReturnDefinition |
ODataMethodDef.getOperationReturnType()
Returns the return type of the method.
|
| Modifier and Type | Method and Description |
|---|---|
OperationReturnDefinition |
StandardOperationDef.getOperationReturnType() |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardOperationDef.setOperationReturn(OperationReturnDefinition operationReturnDef)
Set the return type of the standard operation.
|
| Modifier and Type | Method and Description |
|---|---|
OperationReturnDefinition |
OperationDefinition.getOperationReturnType()
Retrieves the metadata of the return type of the operation.
|