Uses of Enum Class
org.apache.olingo.odata2.api.edm.EdmSimpleTypeKind
Packages that use EdmSimpleTypeKind
Package
Description
Entity Data Model API
Entity Data Model Provider API
Runtime Support
-
Uses of EdmSimpleTypeKind in org.apache.olingo.odata2.api.edm
Methods in org.apache.olingo.odata2.api.edm that return EdmSimpleTypeKindModifier and TypeMethodDescriptionstatic EdmSimpleTypeKindReturns the enum constant of this class with the specified name.static EdmSimpleTypeKind[]EdmSimpleTypeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.olingo.odata2.api.edm with parameters of type EdmSimpleTypeKindModifier and TypeMethodDescriptionEdmSimpleTypeFacade.getEdmSimpleTypeInstance(EdmSimpleTypeKind typeKind) IMPORTANT: UsegetEdmSimpleTypeInstance()for the application development. -
Uses of EdmSimpleTypeKind in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return EdmSimpleTypeKindMethods in org.apache.olingo.odata2.api.edm.provider with parameters of type EdmSimpleTypeKindModifier and TypeMethodDescriptionFunctionImportParameter.setType(EdmSimpleTypeKind type) Sets theEdmSimpleTypeKindof thisFunctionImportParameterSimpleProperty.setType(EdmSimpleTypeKind type) Sets theEdmSimpleTypeKindfor thisProperty. -
Uses of EdmSimpleTypeKind in org.apache.olingo.odata2.api.rt
Methods in org.apache.olingo.odata2.api.rt with parameters of type EdmSimpleTypeKindModifier and TypeMethodDescriptionstatic EdmSimpleTypeRuntimeDelegate.getEdmSimpleType(EdmSimpleTypeKind edmSimpleTypeKind) Returns a simple type object for given type kind.protected abstract EdmSimpleTypeRuntimeDelegate.RuntimeDelegateInstance.getEdmSimpleType(EdmSimpleTypeKind edmSimpleTypeKind) -
Uses of EdmSimpleTypeKind in org.apache.olingo.odata2.core.edm
Methods in org.apache.olingo.odata2.core.edm with parameters of type EdmSimpleTypeKindModifier and TypeMethodDescriptionstatic EdmSimpleTypeEdmSimpleTypeFacadeImpl.getEdmSimpleType(EdmSimpleTypeKind typeKind) EdmSimpleTypeFacadeImpl.getEdmSimpleTypeInstance(EdmSimpleTypeKind typeKind) -
Uses of EdmSimpleTypeKind in org.apache.olingo.odata2.core.rt
Methods in org.apache.olingo.odata2.core.rt with parameters of type EdmSimpleTypeKindModifier and TypeMethodDescriptionprotected EdmSimpleTypeRuntimeDelegateImpl.getEdmSimpleType(EdmSimpleTypeKind edmSimpleType)