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 TypMethodeBeschreibungvoid
Removes the text of the currentIMutableOptionalTextHolder
.void
Sets the text of the currentIMutableOptionalTextHolder
.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.optionalattributeapi.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.
-