Interface EdmMetadataAssociationEnd

  • All Superinterfaces:
    org.apache.olingo.odata2.api.edm.EdmAnnotatable, org.apache.olingo.odata2.api.edm.EdmAssociationEnd
    All Known Implementing Classes:
    EdmAssociationEndImpl

    public interface EdmMetadataAssociationEnd
    extends org.apache.olingo.odata2.api.edm.EdmAssociationEnd
    @org.apache.olingo.odata2.DoNotImplement A CSDL AssociationEnd element

    EdmAssociationEnd defines one side of the relationship of two entity types.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      EdmOnDelete getOnDelete()  
      • Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmAnnotatable

        getAnnotations
      • Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmAssociationEnd

        getEntityType, getMultiplicity, getRole
    • Method Detail

      • getOnDelete

        EdmOnDelete getOnDelete()
        Returns:
        OnDelete on delete