Interface CdsAssociationType.Cardinality

Enclosing interface:
CdsAssociationType

public static interface CdsAssociationType.Cardinality
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the association's source cardinality, which can be '*' or a positive Integer.
    Returns the association's maximum target cardinality, which can be '*' or a positive Integer.
    Returns the association's minimum target cardinality, which can be zero or a positive Integer.
  • Method Details

    • 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