| Package | Description |
|---|---|
| org.apache.olingo.odata2.api.edm |
Entity Data Model API
|
| org.apache.olingo.odata2.core.edm | |
| org.apache.olingo.odata2.core.edm.provider |
| 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 |
AbstractSimpleType.getKind() |
| Modifier and Type | Method and Description |
|---|---|
EdmTypeKind |
EdmStructuralTypeImplProv.getKind() |
EdmTypeKind |
EdmAssociationImplProv.getKind() |
| Constructor and Description |
|---|
EdmStructuralTypeImplProv(EdmImplProv edm,
ComplexType structuralType,
EdmTypeKind edmTypeKind,
String namespace) |
Copyright © 2020. All rights reserved.