Uses of Interface
org.apache.olingo.odata2.api.edm.EdmType

Packages that use EdmType
org.apache.olingo.odata2.api.edm Entity Data Model API 
org.apache.olingo.odata2.api.uri URI Parser Facade 
org.apache.olingo.odata2.api.uri.expression Expression Parser 
org.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
 interface EdmAssociation
           
 interface EdmComplexType
          A CSDL ComplexType element.
 interface EdmEntityType
          A CSDL EntityType element.
 interface EdmSimpleType
          EdmSimpleType is a primitive type as defined in the Entity Data Model (EDM).
 interface EdmStructuralType
           
 

Methods in org.apache.olingo.odata2.api.edm that return EdmType
 EdmType EdmTyped.getType()
          See EdmType for 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
 EdmType UriInfo.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
 EdmType CommonExpression.getEdmType()
           
 

Methods in org.apache.olingo.odata2.api.uri.expression with parameters of type EdmType
 CommonExpression CommonExpression.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
 EdmType PutMergePatchUriInfo.getTargetType()
          Gets the target type of the request: an entity type, a simple type, or a complex type.
 EdmType PostUriInfo.getTargetType()
          Gets the target entity type of the request.
 EdmType GetSimplePropertyUriInfo.getTargetType()
          Gets the target simple type of the request.
 EdmType GetMediaResourceUriInfo.getTargetType()
          Gets the target entity type of the request.
 EdmType GetEntityUriInfo.getTargetType()
          Gets the target entity type of the request.
 EdmType GetEntitySetUriInfo.getTargetType()
          Gets the target entity type of the request.
 EdmType GetEntitySetLinksUriInfo.getTargetType()
          Gets the target entity type of the request.
 EdmType GetEntitySetLinksCountUriInfo.getTargetType()
          Gets the target entity type of the request.
 EdmType GetEntitySetCountUriInfo.getTargetType()
          Gets the target entity type of the request.
 EdmType GetEntityLinkUriInfo.getTargetType()
          Gets the target entity type of the request.
 EdmType GetEntityLinkCountUriInfo.getTargetType()
          Gets the target entity type of the request.
 EdmType GetEntityCountUriInfo.getTargetType()
          Gets the target entity type of the request.
 EdmType GetComplexPropertyUriInfo.getTargetType()
          Gets the target complex type of the request.
 EdmType DeleteUriInfo.getTargetType()
          Gets the target type of the request: an entity type, a simple type, or a complex type.
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.