Schnittstelle IFluentMutableOptionalTagHolder<H extends IFluentMutableOptionalTagHolder<H>>
- Typparameter:
H- is the type of aIFluentMutableOptionalTagHolder.
- Alle Superschnittstellen:
ITagHolder
public interface IFluentMutableOptionalTagHolder<H extends IFluentMutableOptionalTagHolder<H>>
extends ITagHolder
A
IFluentMutableOptionalTagHolder is a ITagHolder whose tag
can be set and removed programmatically and fluently.- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidRemoves the tag of the currentIFluentMutableOptionalTagHolder.Sets the tag of the currentIFluentMutableOptionalTagHolder.Von Schnittstelle geerbte Methoden ITagHolder
getTag
-
Methodendetails
-
removeTag
void removeTag()Removes the tag of the currentIFluentMutableOptionalTagHolder. -
setTag
Sets the tag of the currentIFluentMutableOptionalTagHolder.- Parameter:
tag-- Gibt zurück:
- the current
IFluentMutableOptionalTagHolder. - Löst aus:
RuntimeException- if the given tag is null or blank.
-