| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.edm |
Entity Data Model API
|
| org.apache.olingo.odata2.api.rt |
Runtime Support
|
| org.apache.olingo.odata2.core.edm | |
| org.apache.olingo.odata2.core.rt | |
| org.apache.olingo.odata2.core.uri.expression |
| Modifier and Type | Method and Description |
|---|---|
EdmSimpleType |
EdmSimpleTypeKind.getEdmSimpleTypeInstance()
Returns an instance for this
EdmSimpleTypeKind in the form of EdmSimpleType. |
EdmSimpleType |
EdmSimpleTypeFacade.getEdmSimpleTypeInstance(EdmSimpleTypeKind typeKind)
IMPORTANT: Use
EdmSimpleTypeKind.getEdmSimpleTypeInstance() for the application development. |
EdmSimpleType |
EdmLiteral.getType()
Gets the simple type of the literal.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EdmSimpleType.isCompatible(EdmSimpleType simpleType)
Checks type compatibility.
|
| Constructor and Description |
|---|
EdmLiteral(EdmSimpleType type,
String literal)
Creates an
EdmLiteral object out of the simple type and the literal string. |
| 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 | Class and Description |
|---|---|
class |
AbstractSimpleType
Abstract implementation of the EDM simple-type interface.
|
class |
Bit
Implementation of the internal simple type Bit.
|
class |
EdmBinary
Implementation of the EDM simple type Binary.
|
class |
EdmBoolean
Implementation of the EDM simple type Boolean.
|
class |
EdmByte
Implementation of the EDM simple type Byte.
|
class |
EdmDateTime
Implementation of the EDM simple type DateTime.
|
class |
EdmDateTimeOffset
Implementation of the EDM simple type DateTimeOffset.
|
class |
EdmDecimal
Implementation of the EDM simple type Decimal.
|
class |
EdmDouble
Implementation of the EDM simple type Double.
|
class |
EdmGuid
Implementation of the EDM simple type Guid.
|
class |
EdmInt16
Implementation of the EDM simple type Int16.
|
class |
EdmInt32
Implementation of the EDM simple type Int32.
|
class |
EdmInt64
Implementation of the EDM simple type Int64.
|
class |
EdmNull
Implementation of the simple type Null.
|
class |
EdmSByte
Implementation of the EDM simple type SByte.
|
class |
EdmSingle
Implementation of the EDM simple type Single.
|
class |
EdmString
Implementation of the EDM simple type String.
|
class |
EdmTime
Implementation of the EDM simple type Time.
|
class |
Uint7
Implementation of the internal simple type "unsigned 7-bit integer".
|
| Modifier and Type | Method and Description |
|---|---|
static EdmSimpleType |
EdmSimpleTypeFacadeImpl.getEdmSimpleType(EdmSimpleTypeKind typeKind) |
EdmSimpleType |
EdmSimpleTypeFacadeImpl.getEdmSimpleTypeInstance(EdmSimpleTypeKind typeKind) |
static EdmSimpleType |
EdmSimpleTypeFacadeImpl.getInternalEdmSimpleTypeByString(String edmSimpleType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Uint7.isCompatible(EdmSimpleType simpleType) |
boolean |
EdmSingle.isCompatible(EdmSimpleType simpleType) |
boolean |
EdmSByte.isCompatible(EdmSimpleType simpleType) |
boolean |
EdmInt64.isCompatible(EdmSimpleType simpleType) |
boolean |
EdmInt32.isCompatible(EdmSimpleType simpleType) |
boolean |
EdmInt16.isCompatible(EdmSimpleType simpleType) |
boolean |
EdmDouble.isCompatible(EdmSimpleType simpleType) |
boolean |
EdmDecimal.isCompatible(EdmSimpleType simpleType) |
boolean |
EdmByte.isCompatible(EdmSimpleType simpleType) |
boolean |
EdmBoolean.isCompatible(EdmSimpleType simpleType) |
boolean |
AbstractSimpleType.isCompatible(EdmSimpleType simpleType) |
| Modifier and Type | Method and Description |
|---|---|
protected EdmSimpleType |
RuntimeDelegateImpl.getEdmSimpleType(EdmSimpleTypeKind edmSimpleType) |
| Modifier and Type | Method and Description |
|---|---|
EdmSimpleType |
ParameterSet.getFurtherType() |
| Modifier and Type | Method and Description |
|---|---|
ParameterSet |
ParameterSet.setFurtherType(EdmSimpleType furtherType) |
| Constructor and Description |
|---|
ParameterSet(EdmSimpleType returnType,
EdmSimpleType type1,
EdmSimpleType type2) |
ParameterSet(EdmSimpleType returnType,
EdmSimpleType type1,
EdmSimpleType type2,
EdmSimpleType type3) |
ParameterSet(EdmType returnType,
EdmSimpleType type1) |
Copyright © 2020. All rights reserved.