Schnittstelle IFluentMutableValueHolder<FVH extends IFluentMutableValueHolder<FVH,V>,V>
- Typparameter:
FVH
- is the type of aIFluentMutableValueHolder
.V
- is the type of the value of aIFluentMutableValueHolder
.
- Alle Superschnittstellen:
IValueHolder<V>
public interface IFluentMutableValueHolder<FVH extends IFluentMutableValueHolder<FVH,V>,V>
extends IValueHolder<V>
A
IFluentMutableValueHolder
is a IValueHolder
whose value can
be set programmatically and fluently.- Version:
- 2018-09-06
- Autor:
- Silvan Wyss
-
Methodenübersicht
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.mandatoryattributeapi.IValueHolder
getValue
-
Methodendetails
-
setValue
Sets the value of the currentIFluentMutableValueHolder
.- Parameter:
value
-- Gibt zurück:
- the current
IFluentMutableValueHolder
. - Löst aus:
RuntimeException
- if the given value is null.
-