• Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Get the cardinality constraints for this assembly.
    Get the index constraints for this assembly.
    Get the unique constraints for this assembly.
  • Element Details

    • index

      @NonNull Index[] index
      Get the index constraints for this assembly.
      Returns:
      the index constraints or an empty array if no index constraints are defined
      Default:
      {}
    • unique

      @NonNull IsUnique[] unique
      Get the unique constraints for this assembly.
      Returns:
      the unique constraints or an empty array if no unique constraints are defined
      Default:
      {}
    • cardinality

      Get the cardinality constraints for this assembly.
      Returns:
      the cardinality constraints or an empty array if no cardinality constraints are defined
      Default:
      {}