Schnittstelle IFluentMutableOptionalTextHolder<H extends IFluentMutableOptionalTextHolder<H>>
- Typparameter:
H- is the type of aIFluentMutableOptionalTextHolder.
- Alle Superschnittstellen:
ITextHolder
public interface IFluentMutableOptionalTextHolder<H extends IFluentMutableOptionalTextHolder<H>>
extends ITextHolder
A
IFluentMutableOptionalTextHolder is a ITextHolder whose
text can be set and removed programmatically and fluently.- Version:
- 2023-02-06
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidRemoves the text of the currentIFluentMutableOptionalTextHolder.Sets the text of the currentIFluentMutableOptionalTextHolder.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.mandatoryattribute.ITextHolder
getText
-
Methodendetails
-
removeText
void removeText()Removes the text of the currentIFluentMutableOptionalTextHolder. -
setText
Sets the text of the currentIFluentMutableOptionalTextHolder.- Parameter:
text-- Gibt zurück:
- the current
IFluentMutableOptionalTextHolder. - Löst aus:
RuntimeException- if the given text is null.
-