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

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

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

Methods in org.apache.olingo.odata2.api.edm.provider that return AssociationSetEnd
 AssociationSetEnd AssociationSet.getEnd1()
           
 AssociationSetEnd AssociationSet.getEnd2()
           
 AssociationSetEnd AssociationSetEnd.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
          Sets the collection of AnnotationAttribute for this AssociationSetEnd
 AssociationSetEnd AssociationSetEnd.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the collection of AnnotationElement for this AssociationSetEnd
 AssociationSetEnd AssociationSetEnd.setDocumentation(Documentation documentation)
          Sets the Documentation of this AssociationSetEnd
 AssociationSetEnd AssociationSetEnd.setEntitySet(String entitySet)
          Sets the target entity set of this AssociationSetEnd
 AssociationSetEnd AssociationSetEnd.setRole(String role)
          Sets the role of this AssociationSetEnd
 

Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type AssociationSetEnd
 AssociationSet AssociationSet.setEnd1(AssociationSetEnd end1)
          Sets the first AssociationSetEnd for this AssociationSet
 AssociationSet AssociationSet.setEnd2(AssociationSetEnd end2)
          Sets the second AssociationSetEnd for this AssociationSet
 



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