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.client.core.edm.Impl |
Modifier and Type | Method and Description |
---|---|
EdmFacets |
EdmElement.getFacets()
Get the facet information for an element
|
Modifier and Type | Method and Description |
---|---|
EdmLiteral |
EdmSimpleTypeFacade.parseUriLiteral(String uriLiteral,
EdmFacets facets)
IMPORTANT: Use
EdmSimpleTypeKind parseUriLiteral for the implementation. |
boolean |
EdmSimpleType.validate(String value,
EdmLiteralKind literalKind,
EdmFacets facets)
Validates literal value.
|
<T> T |
EdmSimpleType.valueOfString(String value,
EdmLiteralKind literalKind,
EdmFacets facets,
Class<T> returnType)
Converts literal representation of value to system data type.
|
String |
EdmSimpleType.valueToString(Object value,
EdmLiteralKind literalKind,
EdmFacets facets)
Converts system data type to literal representation of value.
|
Modifier and Type | Class and Description |
---|---|
class |
Facets
Objects of this class represent the facets an entity type, property or function import can have
|
Modifier and Type | Method and Description |
---|---|
EdmFacets |
Property.getFacets() |
EdmFacets |
FunctionImportParameter.getFacets() |
Modifier and Type | Method and Description |
---|---|
SimpleProperty |
SimpleProperty.setFacets(EdmFacets facets) |
ComplexProperty |
ComplexProperty.setFacets(EdmFacets facets) |
Property |
Property.setFacets(EdmFacets facets)
|
FunctionImportParameter |
FunctionImportParameter.setFacets(EdmFacets facets)
Sets the
EdmFacets of this FunctionImportParameter |
Modifier and Type | Method and Description |
---|---|
EdmFacets |
EdmFunctionImportParameter.getFacets() |
EdmFacets |
EdmElementImpl.getFacets() |
EdmFacets |
EdmPropertyImpl.getFacets() |
Modifier and Type | Method and Description |
---|---|
EdmFunctionImportParameter |
EdmFunctionImportParameter.setFacets(EdmFacets facets)
Sets the
EdmFacets of this EdmFunctionImportParameter |
void |
EdmElementImpl.setFacets(EdmFacets edmFacets) |
void |
EdmPropertyImpl.setFacets(EdmFacets facets) |
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.