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

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

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

Methods in org.apache.olingo.odata2.api.edm.provider that return Association
 Association EdmProvider.getAssociation(FullQualifiedName edmFQName)
          This method should return an Association or null if nothing is found
 Association Association.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
          Sets the collection of AnnotationAttribute for this Association
 Association Association.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the collection of AnnotationElement for this Association
 Association Association.setDocumentation(Documentation documentation)
          Sets the Documentation for this Association
 Association Association.setEnd1(AssociationEnd end1)
          Sets the first AssociationEnd for this Association
 Association Association.setEnd2(AssociationEnd end2)
          Sets the second AssociationEnd for this Association
 Association Association.setName(String name)
          Sets the name for this Association
 Association Association.setReferentialConstraint(ReferentialConstraint referentialConstraint)
          Sets the ReferentialConstraint for this Association
 

Methods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type Association
 List<Association> Schema.getAssociations()
           
 

Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type Association
 Schema Schema.setAssociations(List<Association> associations)
          Sets the Associations for this Schema
 



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