-
Optional Element Summary
Optional Elements
Get the cardinality constraints for this assembly.
Get the index constraints for this assembly.
Get the unique constraints for this assembly.
-
Element Details
-
index
Get the index constraints for this assembly.
- Returns:
- the index constraints or an empty array if no index constraints are
defined
- Default:
- {}
-
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:
- {}