Schnittstelle IFluentMutableTextHolder<FMTH extends IFluentMutableTextHolder<FMTH>>
- Typparameter:
FMTH
- is the type of aIFluentMutableTextHolder
.
- Alle Superschnittstellen:
ITextHolder
public interface IFluentMutableTextHolder<FMTH extends IFluentMutableTextHolder<FMTH>>
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.attributeapi.mandatoryattributeapi.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.
-