Uses of Interface
org.apache.olingo.odata2.api.edm.EdmTyped
Packages that use EdmTyped
Package
Description
Entity Data Model API
Expression Parser
-
Uses of EdmTyped in org.apache.olingo.odata2.api.edm
Subinterfaces of EdmTyped in org.apache.olingo.odata2.api.edmModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceA CSDL Property elementMethods in org.apache.olingo.odata2.api.edm that return EdmTypedModifier and TypeMethodDescriptionEdmStructuralType.getProperty(String name) Get property by nameEdmFunctionImport.getReturnType() -
Uses of EdmTyped in org.apache.olingo.odata2.api.uri.expression
Methods in org.apache.olingo.odata2.api.uri.expression that return EdmTypedMethods in org.apache.olingo.odata2.api.uri.expression with parameters of type EdmTypedModifier and TypeMethodDescriptionExpressionVisitor.visitProperty(PropertyExpression propertyExpression, String uriLiteral, EdmTyped edmProperty) Visits a property expression -
Uses of EdmTyped in org.apache.olingo.odata2.core.edm.provider
Classes in org.apache.olingo.odata2.core.edm.provider that implement EdmTypedModifier and TypeClassDescriptionclassclassclassclassclassclassclassFields in org.apache.olingo.odata2.core.edm.provider with type parameters of type EdmTypedMethods in org.apache.olingo.odata2.core.edm.provider that return EdmTypedModifier and TypeMethodDescriptionprotected EdmTypedEdmEntityTypeImplProv.createNavigationProperty(NavigationProperty property) protected EdmTypedEdmStructuralTypeImplProv.createProperty(Property property) EdmStructuralTypeImplProv.getProperty(String name) protected EdmTypedEdmEntityTypeImplProv.getPropertyInternal(String name) protected EdmTypedEdmStructuralTypeImplProv.getPropertyInternal(String name) EdmFunctionImportImplProv.getReturnType() -
Uses of EdmTyped in org.apache.olingo.odata2.core.uri.expression
Methods in org.apache.olingo.odata2.core.uri.expression that return EdmTypedMethods in org.apache.olingo.odata2.core.uri.expression with parameters of type EdmTypedModifier and TypeMethodDescriptionPropertyExpressionImpl.setEdmProperty(EdmTyped edmProperty) JsonVisitor.visitProperty(PropertyExpression propertyExpression, String uriLiteral, EdmTyped edmProperty)