| Package | Description |
|---|---|
| org.apache.olingo.commons.api.domain | |
| org.apache.olingo.commons.api.edm | |
| org.apache.olingo.commons.api.edm.annotation |
| Modifier and Type | Method and Description |
|---|---|
ODataPrimitiveValue.Builder |
ODataPrimitiveValue.Builder.setType(EdmType type) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
EdmAction
A CSDL action.
|
interface |
EdmComplexType
A CSDL ComplexType element.
|
interface |
EdmEntityType
A CSDL EntityType element.
|
interface |
EdmEnumType
An EdmEnumType represents a set of related values.
|
interface |
EdmFunction
An EdmFunction as described in the OData specification
|
interface |
EdmOperation
A EdmOperation can either be an
EdmAction or an EdmFunction. |
interface |
EdmPrimitiveType
EdmPrimitiveType is a primitive type as defined in the Entity Data Model (EDM).
|
interface |
EdmStructuredType
EdmStructuralType is the base for a complex type or an entity type.
|
interface |
EdmTypeDefinition
An
EdmTypeDefinition defines a specialization of one of the possible primitive types. |
| Modifier and Type | Method and Description |
|---|---|
EdmType |
EdmTyped.getType()
See
EdmType for more information about possible types. |
EdmType |
EdmTerm.getType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EdmStructuredType.compatibleTo(EdmType targetType)
Checks if this type is convertible to parameter
targetType |
| Modifier and Type | Method and Description |
|---|---|
EdmType |
EdmIsOf.getType() |
EdmType |
EdmCast.getType() |
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.