Uses of Enum Class
org.apache.olingo.commons.api.edm.constants.EdmTypeKind
Packages that use EdmTypeKind
Package
Description
Contains representations for EDM objects created during the URI parsing
Contains representations for constants related to EDM objects.
-
Uses of EdmTypeKind in org.apache.olingo.commons.api.edm
Methods in org.apache.olingo.commons.api.edm that return EdmTypeKind -
Uses of EdmTypeKind in org.apache.olingo.commons.api.edm.constants
Methods in org.apache.olingo.commons.api.edm.constants that return EdmTypeKindModifier and TypeMethodDescriptionstatic EdmTypeKindReturns the enum constant of this class with the specified name.static EdmTypeKind[]EdmTypeKind.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EdmTypeKind in org.apache.olingo.commons.core.edm
Fields in org.apache.olingo.commons.core.edm declared as EdmTypeKindMethods in org.apache.olingo.commons.core.edm that return EdmTypeKindConstructors in org.apache.olingo.commons.core.edm with parameters of type EdmTypeKindModifierConstructorDescriptionprotectedAbstractEdmOperation(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) -
Uses of EdmTypeKind in org.apache.olingo.commons.core.edm.primitivetype
Methods in org.apache.olingo.commons.core.edm.primitivetype that return EdmTypeKind -
Uses of EdmTypeKind in org.apache.olingo.commons.core.edm.termtype
Methods in org.apache.olingo.commons.core.edm.termtype that return EdmTypeKind -
Uses of EdmTypeKind in org.apache.olingo.server.core.uri.queryoption.apply
Methods in org.apache.olingo.server.core.uri.queryoption.apply that return EdmTypeKind