Schnittstelle IMutableOptionalTextHolder
- Alle Superschnittstellen:
IOptionalTextHolder
A
IMutableOptionalTextHolder is a IOptionalTextHolder whose
text can be set and removed programmatically.- Version:
- 2023-02-09
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidRemoves the text of the currentIMutableOptionalTextHolder.voidSets the text of the currentIMutableOptionalTextHolder.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.optionalattribute.IOptionalTextHolder
getText, hasText
-
Methodendetails
-
removeText
void removeText()Removes the text of the currentIMutableOptionalTextHolder. -
setText
Sets the text of the currentIMutableOptionalTextHolder.- Parameter:
text-- Löst aus:
RuntimeException- if the given text is null.
-