Class ODataAssociation


  • public class ODataAssociation
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ODataAssociation​(org.apache.olingo.odata2.api.edm.provider.Association association)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasName​(java.lang.String name)  
      boolean hasSource​(java.lang.String type1)  
      boolean hasSourceMultiplicity​(org.apache.olingo.odata2.api.edm.EdmMultiplicity multiplicity)  
      boolean hasTarget​(java.lang.String type2)  
      boolean hasTargetMultiplicity​(org.apache.olingo.odata2.api.edm.EdmMultiplicity multiplicity)  
      boolean isAssociationBetweenTypes​(java.lang.String type1, java.lang.String type2)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ODataAssociation

        public ODataAssociation​(org.apache.olingo.odata2.api.edm.provider.Association association)
    • Method Detail

      • isAssociationBetweenTypes

        public boolean isAssociationBetweenTypes​(java.lang.String type1,
                                                 java.lang.String type2)
      • hasName

        public boolean hasName​(java.lang.String name)
      • hasSource

        public boolean hasSource​(java.lang.String type1)
      • hasTarget

        public boolean hasTarget​(java.lang.String type2)
      • hasSourceMultiplicity

        public boolean hasSourceMultiplicity​(org.apache.olingo.odata2.api.edm.EdmMultiplicity multiplicity)
      • hasTargetMultiplicity

        public boolean hasTargetMultiplicity​(org.apache.olingo.odata2.api.edm.EdmMultiplicity multiplicity)