Uses of Class
org.odata4j.edm.EdmAnnotation

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

Uses of EdmAnnotation in org.odata4j.edm
 

Subclasses of EdmAnnotation in org.odata4j.edm
 class EdmAnnotationAttribute
          A CSDL Annotation attribute.
 class EdmAnnotationElement<T>
          A CSDL Annotation element.
 

Methods in org.odata4j.edm that return types with arguments of type EdmAnnotation
 List<EdmAnnotation<?>> EdmItem.Builder.getAnnotations()
           
 List<EdmAnnotation<?>> EdmDecorator.getAnnotationsForEntityType(String namespace, String typeName)
          Gets custom annotations for a given EDM schema.
 List<EdmAnnotation<?>> EdmDecorator.getAnnotationsForProperty(String namespace, String typeName, String propName)
          Gets custom annotations for a given EDM property.
 List<EdmAnnotation<?>> EdmDecorator.getAnnotationsForSchema(String namespace)
          Gets custom annotations for a given EDM schema.
 

Method parameters in org.odata4j.edm with type arguments of type EdmAnnotation
 TBuilder EdmItem.Builder.setAnnotations(List<EdmAnnotation<?>> annotations)
           
 

Constructor parameters in org.odata4j.edm with type arguments of type EdmAnnotation
EdmItem(EdmDocumentation documentation, ImmutableList<EdmAnnotation<?>> annotations)
           
EdmNonSimpleType(String fullyQualifiedTypeName, EdmDocumentation documentation, ImmutableList<EdmAnnotation<?>> annotations)
           
EdmPropertyBase(EdmDocumentation documentation, ImmutableList<EdmAnnotation<?>> annotations, String name)
           
EdmStructuralType(EdmEntityType baseType, String namespace, String name, List<EdmProperty.Builder> declaredProperties, EdmDocumentation doc, ImmutableList<EdmAnnotation<?>> annotations, Boolean isAbstract)
           
EdmType(String fullyQualifiedTypeName, EdmDocumentation documentation, ImmutableList<EdmAnnotation<?>> annotations)
           
 

Uses of EdmAnnotation in org.odata4j.format.xml
 

Methods in org.odata4j.format.xml that return types with arguments of type EdmAnnotation
protected  List<EdmAnnotation<?>> EdmxFormatParser.getAnnotations(StartElement2 element)
           
 



http://odata4j.org