Schnittstelle IMutableOptionalCardinalityHolder
- Alle Superschnittstellen:
IOptionalCardinalityHolder
A
IMutableOptionalCardinalityHolder
is a
IOptionalCardinalityHolder
whose cardinality can be set and removed
programmatically.- Version:
- 2023-10-24
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
Removes the cardinality of the currentIMutableOptionalCardinalityHolder
.void
setCardinality
(String cardinality) Sets the cardinality of the currentIMutableOptionalCardinalityHolder
.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.optionalattributeapi.IOptionalCardinalityHolder
getCardinality, hasCardinality
-
Methodendetails
-
removeCardinality
void removeCardinality()Removes the cardinality of the currentIMutableOptionalCardinalityHolder
. -
setCardinality
Sets the cardinality of the currentIMutableOptionalCardinalityHolder
.- Parameter:
cardinality
-- Löst aus:
RuntimeException
- if the given cardinality is null.
-