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

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

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

Methods in org.apache.olingo.odata2.api.edm.provider that return AssociationSet
 AssociationSet EdmProvider.getAssociationSet(String entityContainer, FullQualifiedName association, String sourceEntitySetName, String sourceEntitySetRole)
          This method should return an AssociationSet or null if nothing is found
 AssociationSet AssociationSet.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
          Sets the collection of AnnotationAttribute for this AssociationSet
 AssociationSet AssociationSet.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the collection of AnnotationElement for this AssociationSet
 AssociationSet AssociationSet.setAssociation(FullQualifiedName association)
          Sets the FullQualifiedName association for this AssociationSet
 AssociationSet AssociationSet.setDocumentation(Documentation documentation)
          Sets the Documentation for this AssociationSet
 AssociationSet AssociationSet.setEnd1(AssociationSetEnd end1)
          Sets the first AssociationSetEnd for this AssociationSet
 AssociationSet AssociationSet.setEnd2(AssociationSetEnd end2)
          Sets the second AssociationSetEnd for this AssociationSet
 AssociationSet AssociationSet.setName(String name)
          Sets the name for this AssociationSet
 

Methods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type AssociationSet
 List<AssociationSet> EntityContainer.getAssociationSets()
           
 

Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type AssociationSet
 EntityContainer EntityContainer.setAssociationSets(List<AssociationSet> associationSets)
          Sets the association sets of this EntityContainer
 



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