Uses of Enum Class
org.apache.olingo.odata2.api.edm.EdmTypeKind
Packages that use EdmTypeKind
Package
Description
Entity Data Model API
-
Uses of EdmTypeKind in org.apache.olingo.odata2.api.edm
Methods in org.apache.olingo.odata2.api.edm that return EdmTypeKindModifier and TypeMethodDescriptionEdmType.getKind()static 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.odata2.core.edm
Methods in org.apache.olingo.odata2.core.edm that return EdmTypeKind -
Uses of EdmTypeKind in org.apache.olingo.odata2.core.edm.provider
Methods in org.apache.olingo.odata2.core.edm.provider that return EdmTypeKindModifier and TypeMethodDescriptionEdmAssociationImplProv.getKind()EdmStructuralTypeImplProv.getKind()Constructors in org.apache.olingo.odata2.core.edm.provider with parameters of type EdmTypeKindModifierConstructorDescriptionEdmStructuralTypeImplProv(EdmImplProv edm, ComplexType structuralType, EdmTypeKind edmTypeKind, String namespace)