Schnittstelle IFluentMutableValueHolder<H extends IFluentMutableValueHolder<H,V>,V>
- Typparameter:
H- is the type of aIFluentMutableValueHolder.V- is the type of the value of aIFluentMutableValueHolder.
- Alle Superschnittstellen:
IValueHolder<V>
public interface IFluentMutableValueHolder<H extends IFluentMutableValueHolder<H,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.attribute.mandatoryattribute.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.
-