Schnittstelle IOptionalTextHolder
- Alle bekannten Unterschnittstellen:
IMutableOptionalTextHolder
-
Methodenübersicht
-
Methodendetails
-
getText
String getText()- Gibt zurück:
- the text of the current
IOptionalTextHolder. - Löst aus:
RuntimeException- if the currentIOptionalTextHolderdoes not have a text.
-
hasText
boolean hasText()- Gibt zurück:
- true if the current
IOptionalTextHolderhas a text, false otherwise.
-