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.client.core.edm.Impl |
Modifier and Type | Method and Description |
---|---|
EdmTypeKind |
EdmType.getKind() |
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 | Method and Description |
---|---|
EdmTypeKind |
EdmStructuralTypeImpl.getEdmTypeKind() |
EdmTypeKind |
EdmStructuralTypeImpl.getKind() |
EdmTypeKind |
EdmComplexTypeImpl.getKind() |
EdmTypeKind |
EdmAssociationImpl.getKind() |
Modifier and Type | Method and Description |
---|---|
void |
EdmStructuralTypeImpl.setEdmTypeKind(EdmTypeKind edmTypeKind) |
Copyright © 2013-2019 The Apache Software Foundation. All Rights Reserved.