Uses of Interface
org.apache.olingo.odata2.api.edm.EdmType
-
Packages that use EdmType Package Description org.apache.olingo.odata2.api.edm Entity Data Model APIorg.apache.olingo.odata2.api.uri URI Parser Facadeorg.apache.olingo.odata2.api.uri.expression Expression Parserorg.apache.olingo.odata2.api.uri.info URI Parser Result Views -
-
Uses of EdmType in org.apache.olingo.odata2.api.edm
Subinterfaces of EdmType in org.apache.olingo.odata2.api.edm Modifier and Type Interface Description interfaceEdmAssociation@org.apache.olingo.odata2.DoNotImplement A CSDL Association elementinterfaceEdmComplexTypeA CSDL ComplexType element.interfaceEdmEntityTypeA CSDL EntityType element.interfaceEdmSimpleTypeEdmSimpleType is a primitive type as defined in the Entity Data Model (EDM).interfaceEdmStructuralType@org.apache.olingo.odata2.DoNotImplement EdmStructuralType is the base for a complex type or an entity type.Methods in org.apache.olingo.odata2.api.edm that return EdmType Modifier and Type Method Description EdmTypeEdmTyped. getType()SeeEdmTypefor more information about possible types. -
Uses of EdmType in org.apache.olingo.odata2.api.uri
Methods in org.apache.olingo.odata2.api.uri that return EdmType Modifier and Type Method Description EdmTypeUriInfo. getTargetType()Gets the target type of the request: an entity type, a simple type, or a complex type. -
Uses of EdmType in org.apache.olingo.odata2.api.uri.expression
Methods in org.apache.olingo.odata2.api.uri.expression that return EdmType Modifier and Type Method Description EdmTypeCommonExpression. getEdmType()Methods in org.apache.olingo.odata2.api.uri.expression with parameters of type EdmType Modifier and Type Method Description CommonExpressionCommonExpression. setEdmType(EdmType edmType)Set the edmType of this expression node -
Uses of EdmType in org.apache.olingo.odata2.api.uri.info
Methods in org.apache.olingo.odata2.api.uri.info that return EdmType Modifier and Type Method Description EdmTypeDeleteUriInfo. getTargetType()Gets the target type of the request: an entity type, a simple type, or a complex type.EdmTypeGetComplexPropertyUriInfo. getTargetType()Gets the target complex type of the request.EdmTypeGetEntityCountUriInfo. getTargetType()Gets the target entity type of the request.EdmTypeGetEntityLinkCountUriInfo. getTargetType()Gets the target entity type of the request.EdmTypeGetEntityLinkUriInfo. getTargetType()Gets the target entity type of the request.EdmTypeGetEntitySetCountUriInfo. getTargetType()Gets the target entity type of the request.EdmTypeGetEntitySetLinksCountUriInfo. getTargetType()Gets the target entity type of the request.EdmTypeGetEntitySetLinksUriInfo. getTargetType()Gets the target entity type of the request.EdmTypeGetEntitySetUriInfo. getTargetType()Gets the target entity type of the request.EdmTypeGetEntityUriInfo. getTargetType()Gets the target entity type of the request.EdmTypeGetMediaResourceUriInfo. getTargetType()Gets the target entity type of the request.EdmTypeGetSimplePropertyUriInfo. getTargetType()Gets the target simple type of the request.EdmTypePostUriInfo. getTargetType()Gets the target entity type of the request.EdmTypePutMergePatchUriInfo. getTargetType()Gets the target type of the request: an entity type, a simple type, or a complex type.
-