| Package | Description |
|---|---|
| org.apache.olingo.commons.api.edm |
Contains representations for EDM objects created during the URI parsing
|
| org.apache.olingo.commons.api.edm.constants |
Contains representations for constants related to EDM objects.
|
| org.apache.olingo.commons.core.edm | |
| org.apache.olingo.commons.core.edm.primitivetype | |
| org.apache.olingo.commons.core.edm.termtype | |
| org.apache.olingo.server.core.uri.queryoption.apply |
| Modifier and Type | Method and Description |
|---|---|
EdmTypeKind |
EdmType.getKind() |
| Modifier and Type | Method and Description |
|---|---|
static EdmTypeKind |
EdmTypeKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdmTypeKind[] |
EdmTypeKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected EdmTypeKind |
EdmTypeImpl.kind |
| Modifier and Type | Method and Description |
|---|---|
EdmTypeKind |
EdmTypeImpl.getKind() |
| Constructor and Description |
|---|
AbstractEdmOperation(Edm edm,
FullQualifiedName name,
CsdlOperation operation,
EdmTypeKind kind) |
AbstractEdmStructuredType(Edm edm,
FullQualifiedName typeName,
EdmTypeKind kind,
CsdlStructuralType structuredType) |
EdmTypeImpl(Edm edm,
FullQualifiedName typeName,
EdmTypeKind kind,
CsdlAnnotatable annotatable) |
| Modifier and Type | Method and Description |
|---|---|
EdmTypeKind |
SingletonPrimitiveType.getKind() |
| Modifier and Type | Method and Description |
|---|---|
EdmTypeKind |
SingletonTermType.getKind() |
| Modifier and Type | Method and Description |
|---|---|
EdmTypeKind |
DynamicStructuredType.getKind() |
Copyright © 2023. All rights reserved.