Uses of Interface
org.apache.olingo.commons.api.edm.EdmType
Packages that use EdmType
Package
Description
Contains all the data objects of OData responses and OData requests
Contains representations for EDM objects created during the URI parsing
Contains representations for all annotation related
EDM objects created during the URI parsing
-
Uses of EdmType in org.apache.olingo.commons.api.data
Methods in org.apache.olingo.commons.api.data with parameters of type EdmTypeModifier and TypeMethodDescriptionSet the edm entity type. -
Uses of EdmType in org.apache.olingo.commons.api.edm
Subinterfaces of EdmType in org.apache.olingo.commons.api.edmModifier and TypeInterfaceDescriptioninterfaceA CSDL action.interfaceA CSDL ComplexType element.interfaceA CSDL EntityType element.interfaceAn EdmEnumType represents a set of related values.interfaceAn EdmFunction as described in the OData specificationinterfaceA EdmOperation can either be anEdmActionor anEdmFunction.interfaceEdmPrimitiveType is a primitive type as defined in the Entity Data Model (EDM).interfaceEdmStructuralType is the base for a complex type or an entity type.interfaceAnEdmTypeDefinitiondefines a specialization of one of the possible primitive types.Methods in org.apache.olingo.commons.api.edm that return EdmTypeModifier and TypeMethodDescriptionEdmTerm.getType()EdmTyped.getType()SeeEdmTypefor more information about possible types.EdmProperty.getTypeWithAnnotations()SeeEdmTypefor more information about possible types.Methods in org.apache.olingo.commons.api.edm with parameters of type EdmTypeModifier and TypeMethodDescriptionbooleanEdmStructuredType.compatibleTo(EdmType targetType) Checks if this type is convertible to parametertargetType -
Uses of EdmType in org.apache.olingo.commons.api.edm.annotation
Methods in org.apache.olingo.commons.api.edm.annotation that return EdmType