Schnittstelle IFluentMutableOptionalLabelHolder<H extends IFluentMutableOptionalLabelHolder<H>>
- Typparameter:
H- is the type of aIFluentMutableOptionalLabelHolder.
- Alle Superschnittstellen:
IOptionalLabelHolder
public interface IFluentMutableOptionalLabelHolder<H extends IFluentMutableOptionalLabelHolder<H>>
extends IOptionalLabelHolder
A
IFluentMutableOptionalLabelHolder is a IOptionalLabelHolder
whose label can be set and removed programmatically and fluently.- Version:
- 2023-10-25
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidRemoves the label of the currentIFluentMutableOptionalLabelHolder.Sets the label of the currentIFluentMutableOptionalLabelHolder.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.optionalattribute.IOptionalLabelHolder
getLabel, getLabelInQuotes, hasLabel
-
Methodendetails
-
removeLabel
void removeLabel()Removes the label of the currentIFluentMutableOptionalLabelHolder. -
setLabel
Sets the label of the currentIFluentMutableOptionalLabelHolder.- Parameter:
label-- Gibt zurück:
- the current
IFluentMutableOptionalLabelHolder. - Löst aus:
RuntimeException- if the given label is null.RuntimeException- if the given label is blank.
-