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

Packages that use EdmTyped
org.apache.olingo.odata2.api.edm Entity Data Model API 
org.apache.olingo.odata2.api.uri.expression Expression Parser 
 

Uses of EdmTyped in org.apache.olingo.odata2.api.edm
 

Subinterfaces of EdmTyped in org.apache.olingo.odata2.api.edm
 interface EdmElement
           
 interface EdmNavigationProperty
           
 interface EdmParameter
           
 interface EdmProperty
          A CSDL Property element
 

Methods in org.apache.olingo.odata2.api.edm that return EdmTyped
 EdmTyped EdmStructuralType.getProperty(String name)
          Get property by name
 EdmTyped EdmFunctionImport.getReturnType()
           
 

Uses of EdmTyped in org.apache.olingo.odata2.api.uri.expression
 

Methods in org.apache.olingo.odata2.api.uri.expression that return EdmTyped
 EdmTyped PropertyExpression.getEdmProperty()
           
 

Methods in org.apache.olingo.odata2.api.uri.expression with parameters of type EdmTyped
 Object ExpressionVisitor.visitProperty(PropertyExpression propertyExpression, String uriLiteral, EdmTyped edmProperty)
          Visits a property expression
 



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