Modifier and Type | Method and Description |
---|---|
ContextURL.Builder |
ContextURL.Builder.type(EdmType type) |
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() |
Modifier and Type | Method and Description |
---|---|
org.apache.olingo.commons.core.edm.EdmTypeInfo |
AbstractUtility.getEdmTypeInfo(EdmType type) |
String |
AbstractUtility.getJavaType(EdmType type) |
String |
AbstractUtility.getJavaType(EdmType type,
Boolean forceCollection) |
boolean |
AbstractUtility.isStreamType(EdmType type) |
Modifier and Type | Method and Description |
---|---|
static ODataAnnotation |
CoreUtils.getODataAnnotation(CommonEdmEnabledODataClient<?> client,
String term,
EdmType type,
Object obj) |
Modifier and Type | Method and Description |
---|---|
EdmType |
UriResourcePartTyped.getType() |
EdmType |
UriResourceNavigation.getTypeFilterOnCollection() |
EdmType |
UriResourceIt.getTypeFilterOnCollection() |
EdmType |
UriResourceFunction.getTypeFilterOnCollection() |
EdmType |
UriResourceEntitySet.getTypeFilterOnCollection() |
EdmType |
UriResourceNavigation.getTypeFilterOnEntry() |
EdmType |
UriResourceIt.getTypeFilterOnEntry() |
EdmType |
UriResourceFunction.getTypeFilterOnEntry() |
EdmType |
UriResourceEntitySet.getTypeFilterOnEntry() |
Modifier and Type | Method and Description |
---|---|
EdmType |
SelectItem.getStartTypeFilter() |
EdmType |
ExpandItem.getStartTypeFilter() |
Modifier and Type | Method and Description |
---|---|
EdmType |
Member.getStartTypeFilter() |
EdmType |
TypeLiteral.getType() |
EdmType |
Member.getType() |
EdmType |
Literal.getType() |
Modifier and Type | Method and Description |
---|---|
T |
ExpressionVisitor.visitTypeLiteral(EdmType type)
Called for each traversed
TypeLiteral expression |
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.