Uses of Class
org.apache.olingo.odata2.api.edm.provider.AssociationSetEnd
-
Packages that use AssociationSetEnd Package Description 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 Modifier and Type Method Description AssociationSetEndAssociationSet. getEnd1()AssociationSetEndAssociationSet. getEnd2()AssociationSetEndAssociationSetEnd. setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)Sets the collection ofAnnotationAttributefor thisAssociationSetEndAssociationSetEndAssociationSetEnd. setAnnotationElements(List<AnnotationElement> annotationElements)Sets the collection ofAnnotationElementfor thisAssociationSetEndAssociationSetEndAssociationSetEnd. setDocumentation(Documentation documentation)Sets theDocumentationof thisAssociationSetEndAssociationSetEndAssociationSetEnd. setEntitySet(String entitySet)Sets the target entity set of thisAssociationSetEndAssociationSetEndAssociationSetEnd. setRole(String role)Sets the role of thisAssociationSetEndMethods in org.apache.olingo.odata2.api.edm.provider with parameters of type AssociationSetEnd Modifier and Type Method Description AssociationSetAssociationSet. setEnd1(AssociationSetEnd end1)Sets the firstAssociationSetEndfor thisAssociationSetAssociationSetAssociationSet. setEnd2(AssociationSetEnd end2)Sets the secondAssociationSetEndfor thisAssociationSet
-