Schnittstelle IFluentMutableTextHolder<H extends IFluentMutableTextHolder<H>>
- Typparameter:
H- is the type of aIFluentMutableTextHolder.
- Alle Superschnittstellen:
ITextHolder
public interface IFluentMutableTextHolder<H extends IFluentMutableTextHolder<H>>
extends ITextHolder
A
IFluentMutableTextHolder is a ITextHolder whose text can be
set programmatically and fluently.- Version:
- 2021-06-19
- Autor:
- Silvan Wyss
-
Methodenübersicht
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.mandatoryattribute.ITextHolder
getText
-
Methodendetails
-
setText
Sets the text of the currentIFluentMutableTextHolder.- Parameter:
text-- Gibt zurück:
- the current
IFluentMutableTextHolder. - Löst aus:
RuntimeException- if the given text is null.
-