Uses of Interface
org.apache.olingo.commons.api.edm.EdmEnumType
Packages that use EdmEnumType
Package
Description
Contains representations for EDM objects created during the URI parsing
Olingo Server API - URI - QueryOptions - Expressions
-
Uses of EdmEnumType in org.apache.olingo.client.api.uri
Methods in org.apache.olingo.client.api.uri with parameters of type EdmEnumTypeModifier and TypeMethodDescriptionURIBuilder.appendKeySegment
(EdmEnumType enumType, String memberName) Appends enum key segment to the URI.FilterFactory.has
(String key, EdmEnumType enumType, String memberName) FilterFactory.has
(FilterArg left, EdmEnumType enumType, String memberName) Method parameters in org.apache.olingo.client.api.uri with type arguments of type EdmEnumTypeModifier and TypeMethodDescriptionURIBuilder.appendKeySegment
(Map<String, org.apache.commons.lang3.tuple.Pair<EdmEnumType, String>> enumValues, Map<String, Object> segmentValues) Appends key segment to the URI, for multiple keys. -
Uses of EdmEnumType in org.apache.olingo.commons.api.edm
Methods in org.apache.olingo.commons.api.edm that return EdmEnumTypeModifier and TypeMethodDescriptionEdm.getEnumType
(FullQualifiedName name) Get enum type by full qualified name.Methods in org.apache.olingo.commons.api.edm that return types with arguments of type EdmEnumType -
Uses of EdmEnumType in org.apache.olingo.server.api.uri.queryoption.expression
Methods in org.apache.olingo.server.api.uri.queryoption.expression that return EdmEnumTypeMethods in org.apache.olingo.server.api.uri.queryoption.expression with parameters of type EdmEnumTypeModifier and TypeMethodDescriptionExpressionVisitor.visitEnum
(EdmEnumType type, List<String> enumValues) Called for each traversedEnumeration
expression