| Package | Description |
|---|---|
| org.apache.olingo.commons.api.edm |
Contains representations for EDM objects created during the URI parsing
|
| org.apache.olingo.commons.core.edm | |
| org.apache.olingo.commons.core.edm.termtype |
| Modifier and Type | Method and Description |
|---|---|
static EdmTermTypeKind |
EdmTermTypeKind.getByName(String name)
Get a type kind by name.
|
static EdmTermTypeKind |
EdmTermTypeKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdmTermTypeKind |
EdmTermTypeKind.valueOfFQN(FullQualifiedName fqn)
Gets the
EdmPrimitiveTypeKind from a full-qualified type name. |
static EdmTermTypeKind |
EdmTermTypeKind.valueOfFQN(String fqn)
Gets the
EdmTermTypeKind from a full type expression (like Edm.Int32). |
static EdmTermTypeKind[] |
EdmTermTypeKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EdmTermTypeKind |
EdmTypeInfo.getTermTypeKind() |
| Modifier and Type | Method and Description |
|---|---|
static EdmTermType |
EdmTermTypeFactory.getInstance(EdmTermTypeKind kind)
Returns an instance for the provided
EdmTermTypeKind in the form of EdmTermType. |
Copyright © 2023. All rights reserved.