Uses of Interface
org.apache.olingo.odata2.api.edm.EdmTyped
-
Packages that use EdmTyped Package Description org.apache.olingo.odata2.api.edm Entity Data Model APIorg.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 Modifier and Type Interface Description interfaceEdmElement@org.apache.olingo.odata2.DoNotImplement EdmElement is the base interface forEdmParameterandEdmPropertyand provides the information by which facets further specialize the usage of the type.interfaceEdmNavigationProperty@org.apache.olingo.odata2.DoNotImplement A CSDL NavigationProperty elementinterfaceEdmParameter@org.apache.olingo.odata2.DoNotImplement A CSDL FunctionImportParameter elementinterfaceEdmPropertyA CSDL Property elementMethods in org.apache.olingo.odata2.api.edm that return EdmTyped Modifier and Type Method Description EdmTypedEdmStructuralType. getProperty(String name)Get property by nameEdmTypedEdmFunctionImport. getReturnType() -
Uses of EdmTyped in org.apache.olingo.odata2.api.uri.expression
Methods in org.apache.olingo.odata2.api.uri.expression that return EdmTyped Modifier and Type Method Description EdmTypedPropertyExpression. getEdmProperty()Methods in org.apache.olingo.odata2.api.uri.expression with parameters of type EdmTyped Modifier and Type Method Description ObjectExpressionVisitor. visitProperty(PropertyExpression propertyExpression, String uriLiteral, EdmTyped edmProperty)Visits a property expression
-