Uses of Class
org.apache.olingo.odata2.api.edm.provider.Documentation

Packages that use Documentation
org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API 
 

Uses of Documentation in org.apache.olingo.odata2.api.edm.provider
 

Methods in org.apache.olingo.odata2.api.edm.provider that return Documentation
 Documentation Using.getDocumentation()
           
 Documentation ReferentialConstraint.getDocumentation()
           
 Documentation Property.getDocumentation()
           
 Documentation OnDelete.getDocumentation()
           
 Documentation NavigationProperty.getDocumentation()
           
 Documentation FunctionImportParameter.getDocumentation()
           
 Documentation FunctionImport.getDocumentation()
           
 Documentation EntitySet.getDocumentation()
           
 Documentation EntityContainer.getDocumentation()
           
 Documentation ComplexType.getDocumentation()
           
 Documentation AssociationSetEnd.getDocumentation()
           
 Documentation AssociationSet.getDocumentation()
           
 Documentation AssociationEnd.getDocumentation()
           
 Documentation Association.getDocumentation()
           
 Documentation Documentation.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
          Sets the collection of AnnotationAttribute for this Documentation
 Documentation Documentation.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the collection of AnnotationElement for this Documentation
 Documentation Documentation.setLongDescription(String longDescription)
          Sets the long description for this Documentation
 Documentation Documentation.setSummary(String summary)
          Sets the summary for this Documentation
 

Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type Documentation
 Using Using.setDocumentation(Documentation documentation)
          Sets the Documentation for this Using
 SimpleProperty SimpleProperty.setDocumentation(Documentation documentation)
           
 ReferentialConstraint ReferentialConstraint.setDocumentation(Documentation documentation)
          Sets the Documentation of this ReferentialConstraint
 Property Property.setDocumentation(Documentation documentation)
          Sets the Documentation for this Property
 OnDelete OnDelete.setDocumentation(Documentation documentation)
          Sets the Documentation for this OnDelete
 NavigationProperty NavigationProperty.setDocumentation(Documentation documentation)
          Sets the Documentation for this NavigationProperty
 FunctionImportParameter FunctionImportParameter.setDocumentation(Documentation documentation)
          Sets the Documentation of this FunctionImportParameter
 FunctionImport FunctionImport.setDocumentation(Documentation documentation)
          Sets the Documentation
 EntityType EntityType.setDocumentation(Documentation documentation)
           
 EntitySet EntitySet.setDocumentation(Documentation documentation)
          Sets the Documentation
 EntityContainer EntityContainer.setDocumentation(Documentation documentation)
          Sets the Documentation
 ComplexType ComplexType.setDocumentation(Documentation documentation)
          Sets the Documentation
 ComplexProperty ComplexProperty.setDocumentation(Documentation documentation)
           
 AssociationSetEnd AssociationSetEnd.setDocumentation(Documentation documentation)
          Sets the Documentation of this AssociationSetEnd
 AssociationSet AssociationSet.setDocumentation(Documentation documentation)
          Sets the Documentation for this AssociationSet
 AssociationEnd AssociationEnd.setDocumentation(Documentation documentation)
          Sets the Documentation for this AssociationEnd
 Association Association.setDocumentation(Documentation documentation)
          Sets the Documentation for this Association
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.