Schnittstelle IMutableValueHolder<V>
- Typparameter:
V
- is the value of aIMutableValueHolder
.
- Alle Superschnittstellen:
IValueHolder<V>
A
IMutableValueHolder
is a IValueHolder
whose value can be
set and removed programmatically.- Version:
- 2023-02-07
- Autor:
- Silvan Wyss
-
Methodenübersicht
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.mandatoryattributeapi.IValueHolder
getValue
-
Methodendetails
-
setValue
Sets the value of the currentIMutableValueHolder
.- Parameter:
value
-- Löst aus:
RuntimeException
- if the given value is null.
-