Uses of Class
org.odata4j.edm.EdmDocumentation

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

Uses of EdmDocumentation in org.odata4j.edm
 

Methods in org.odata4j.edm that return EdmDocumentation
 EdmDocumentation EdmItem.getDocumentation()
           
 EdmDocumentation EdmItem.Builder.getDocumentation()
           
 EdmDocumentation EdmDecorator.getDocumentationForEntityType(String namespace, String typeName)
          Gets custom documentation for a given EDM entity type.
 EdmDocumentation EdmDecorator.getDocumentationForProperty(String namespace, String typeName, String propName)
          Gets custom documentation for a given EDM property.
 EdmDocumentation EdmDecorator.getDocumentationForSchema(String namespace)
          Gets custom documentation for a given EDM schema.
 

Methods in org.odata4j.edm with parameters of type EdmDocumentation
 TBuilder EdmItem.Builder.setDocumentation(EdmDocumentation documentation)
           
 

Constructors in org.odata4j.edm with parameters of type EdmDocumentation
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)
           
 



http://odata4j.org