Package | Description |
---|---|
org.apache.olingo.odata2.api.edm |
Entity Data Model API
The Entity Data Model is described in the OData protocol specification
as well as in the Conceptual Schema Definition for the OData Protocol.
|
org.apache.olingo.odata2.api.edm.provider |
Entity Data Model Provider API
Classes in this package are used to provide an EDM to the library as well as to the application.
|
org.apache.olingo.odata2.api.rt |
Runtime Support
Provides a mechanism for loading of implementation classes for interfaces.
|
org.apache.olingo.odata2.client.core.edm.Impl |
Modifier and Type | Method and Description |
---|---|
static EdmSimpleTypeKind |
EdmSimpleTypeKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdmSimpleTypeKind[] |
EdmSimpleTypeKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EdmSimpleType |
EdmSimpleTypeFacade.getEdmSimpleTypeInstance(EdmSimpleTypeKind typeKind)
IMPORTANT: Use
getEdmSimpleTypeInstance() for the application development. |
Modifier and Type | Method and Description |
---|---|
EdmSimpleTypeKind |
SimpleProperty.getType() |
EdmSimpleTypeKind |
FunctionImportParameter.getType() |
Modifier and Type | Method and Description |
---|---|
SimpleProperty |
SimpleProperty.setType(EdmSimpleTypeKind type)
Sets the
EdmSimpleTypeKind for this Property . |
FunctionImportParameter |
FunctionImportParameter.setType(EdmSimpleTypeKind type)
Sets the
EdmSimpleTypeKind of this FunctionImportParameter |
Modifier and Type | Method and Description |
---|---|
static EdmSimpleType |
RuntimeDelegate.getEdmSimpleType(EdmSimpleTypeKind edmSimpleTypeKind)
Returns a simple type object for given type kind.
|
protected abstract EdmSimpleType |
RuntimeDelegate.RuntimeDelegateInstance.getEdmSimpleType(EdmSimpleTypeKind edmSimpleTypeKind) |
Modifier and Type | Method and Description |
---|---|
EdmSimpleTypeKind |
EdmSimplePropertyImpl.getSimpleType() |
EdmSimpleTypeKind |
EdmFunctionImportParameter.getType() |
Modifier and Type | Method and Description |
---|---|
void |
EdmSimplePropertyImpl.setSimpleType(EdmSimpleTypeKind simpleType) |
EdmFunctionImportParameter |
EdmFunctionImportParameter.setType(EdmSimpleTypeKind type)
Sets the
EdmSimpleTypeKind of this EdmFunctionImportParameter |
Copyright © 2013-2022 The Apache Software Foundation. All Rights Reserved.