Interface CdsAssociationType.Cardinality

  • Enclosing interface:
    CdsAssociationType

    public static interface CdsAssociationType.Cardinality
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getSourceMax()
      Returns the association's source cardinality, which can be '*' or a positive Integer.
      String getTargetMax()
      Returns the association's maximum target cardinality, which can be '*' or a positive Integer.
      String getTargetMin()
      Returns the association's minimum target cardinality, which can be zero or a positive Integer.
    • Method Detail

      • getSourceMax

        String getSourceMax()
        Returns the association's source cardinality, which can be '*' or a positive Integer.
        Returns:
        the association's source cardinality, not null
      • getTargetMin

        String getTargetMin()
        Returns the association's minimum target cardinality, which can be zero or a positive Integer.
        Returns:
        the association's minimum target cardinality, not null
      • getTargetMax

        String getTargetMax()
        Returns the association's maximum target cardinality, which can be '*' or a positive Integer.
        Returns:
        the association's maximum target cardinality, not null