Schnittstelle IFluentMutableOptionalTextHolder<FMOTH extends IFluentMutableOptionalTextHolder<FMOTH>>
- Typparameter:
FMOTH
- is the type of aIFluentMutableOptionalTextHolder
.
- Alle Superschnittstellen:
ITextHolder
public interface IFluentMutableOptionalTextHolder<FMOTH extends IFluentMutableOptionalTextHolder<FMOTH>>
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 TypMethodeBeschreibungRemoves the text of the currentIFluentMutableOptionalTextHolder
.Sets the text of the currentIFluentMutableOptionalTextHolder
.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.mandatoryattributeapi.ITextHolder
getText
-
Methodendetails
-
removeText
FMOTH removeText()Removes the text of the currentIFluentMutableOptionalTextHolder
.- Gibt zurück:
- the current
IFluentMutableOptionalTextHolder
.
-
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.
-