Uses of Interface
org.apache.olingo.odata2.client.core.edm.EdmMetadataAssociationEnd
-
Packages that use EdmMetadataAssociationEnd Package Description org.apache.olingo.odata2.client.core.edm.Impl -
-
Uses of EdmMetadataAssociationEnd in org.apache.olingo.odata2.client.core.edm.Impl
Classes in org.apache.olingo.odata2.client.core.edm.Impl that implement EdmMetadataAssociationEnd Modifier and Type Class Description classEdmAssociationEndImplObjects of this class represent AssociationEndsMethods in org.apache.olingo.odata2.client.core.edm.Impl that return EdmMetadataAssociationEnd Modifier and Type Method Description EdmMetadataAssociationEndEdmAssociationImpl. getEnd1()EdmMetadataAssociationEndEdmAssociationImpl. getEnd2()Methods in org.apache.olingo.odata2.client.core.edm.Impl that return types with arguments of type EdmMetadataAssociationEnd Modifier and Type Method Description List<EdmMetadataAssociationEnd>EdmAssociationImpl. getAssociationEnds()Method parameters in org.apache.olingo.odata2.client.core.edm.Impl with type arguments of type EdmMetadataAssociationEnd Modifier and Type Method Description voidEdmAssociationImpl. setAssociationEnds(List<EdmMetadataAssociationEnd> associationEnds)
-