Uses of Class
org.apache.olingo.odata2.api.edm.provider.AssociationSetEnd
Packages that use AssociationSetEnd
Package
Description
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 AssociationSetEndModifier and TypeMethodDescriptionAssociationSet.getEnd1()AssociationSet.getEnd2()AssociationSetEnd.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the collection ofAnnotationAttributefor thisAssociationSetEndAssociationSetEnd.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisAssociationSetEndAssociationSetEnd.setDocumentation(Documentation documentation) Sets theDocumentationof thisAssociationSetEndAssociationSetEnd.setEntitySet(String entitySet) Sets the target entity set of thisAssociationSetEndSets the role of thisAssociationSetEndMethods in org.apache.olingo.odata2.api.edm.provider with parameters of type AssociationSetEndModifier and TypeMethodDescriptionAssociationSet.setEnd1(AssociationSetEnd end1) Sets the firstAssociationSetEndfor thisAssociationSetAssociationSet.setEnd2(AssociationSetEnd end2) Sets the secondAssociationSetEndfor thisAssociationSet -
Uses of AssociationSetEnd in org.apache.olingo.odata2.core.edm.provider
Constructors in org.apache.olingo.odata2.core.edm.provider with parameters of type AssociationSetEndModifierConstructorDescriptionEdmAssociationSetEndImplProv(AssociationSetEnd end, EdmEntitySet entitySet)