Schnittstelle IFluentMutableOptionalCardinalityHolder<H extends IFluentMutableOptionalCardinalityHolder<H>>
- Typparameter:
H
- is the type of aIFluentMutableOptionalCardinalityHolder
.
- Alle Superschnittstellen:
ICardinalityHolder
public interface IFluentMutableOptionalCardinalityHolder<H extends IFluentMutableOptionalCardinalityHolder<H>>
extends ICardinalityHolder
A
IFluentMutableOptionalCardinalityHolder
is a
ICardinalityHolder
whose cardinality can be set and removed
programmatically and fluently.- Version:
- 2023-10-23
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungRemoves the cardinality of the currentIFluentMutableOptionalCardinalityHolder
.setCardinality
(String cardinality) Sets the cardinality of the currentIFluentMutableOptionalCardinalityHolder
.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.mandatoryattributeapi.ICardinalityHolder
getBaseCardinality, getCardinality
-
Methodendetails
-
removeCardinality
H removeCardinality()Removes the cardinality of the currentIFluentMutableOptionalCardinalityHolder
.- Gibt zurück:
- the current
IFluentMutableOptionalCardinalityHolder
.
-
setCardinality
Sets the cardinality of the currentIFluentMutableOptionalCardinalityHolder
.- Parameter:
cardinality
-- Gibt zurück:
- the current
IFluentMutableOptionalCardinalityHolder
. - Löst aus:
RuntimeException
- if the given cardinality is null.
-