Uses of Class
org.odata4j.edm.EdmItem

Packages that use EdmItem
org.odata4j.edm Implementation of the EDM (Entity Data Model) - used as metadata in the OData protocol. 
 

Uses of EdmItem in org.odata4j.edm
 

Subclasses of EdmItem in org.odata4j.edm
 class EdmAssociation
          A CSDL Association element.
 class EdmAssociationEnd
          A CSDL End element (as a child of the Association element)
 class EdmAssociationSet
          A CSDL AnnotationSet element.
 class EdmAssociationSetEnd
          A CSDL End element (as a child of the AssociationSet element)
 class EdmCollectionType
          A CSDL CollectionType element.
 class EdmComplexType
          A CSDL ComplexType element.
 class EdmEntityContainer
          A CSDL EntityContainer element.
 class EdmEntitySet
          A CSDL EntitySet element.
 class EdmEntityType
          A CSDL EntityType element.
 class EdmFunctionImport
          A CSDL FunctionImport element.
 class EdmFunctionParameter
          A CSDL Parameter element.
 class EdmNavigationProperty
          A CSDL NavigationProperty element.
 class EdmNonSimpleType
          Non-primitive type in the EDM type system.
 class EdmProperty
          A CSDL Property element.
 class EdmPropertyBase
          Shared base class for EdmProperty and EdmNavigationProperty
 class EdmSchema
          A CSDL Schema element.
 class EdmSimpleType<V>
          Primitive types in the EDM type system.
 class EdmStructuralType
          In the Entity Data Model (EDM), structural types are EDM types that have members.
 class EdmType
          A type in the EDM type system.
 

Methods in org.odata4j.edm with parameters of type EdmItem
 void EdmDecorator.decorateEntity(EdmEntitySet entitySet, EdmItem item, EdmItem originalQueryItem, List<OProperty<?>> props, boolean flatten, Locale locale, Map<String,String> options)
          Modifies outgoing EDM items.
 Object EdmDecorator.getAnnotationValueOverride(EdmItem item, NamespacedAnnotation<?> annot, boolean flatten, Locale locale, Map<String,String> options)
          Gets an annotation value that overrides the original annotation value.
 



http://odata4j.org