Schnittstelle IFluentMutableOptionalLabelHolder<FMOLH extends IFluentMutableOptionalLabelHolder<FMOLH>>
- Typparameter:
FMOLH
- is the type of aIFluentMutableOptionalLabelHolder
.
- Alle Superschnittstellen:
IOptionalLabelHolder
public interface IFluentMutableOptionalLabelHolder<FMOLH extends IFluentMutableOptionalLabelHolder<FMOLH>>
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 TypMethodeBeschreibungRemoves the label of the currentIFluentMutableOptionalLabelHolder
.Sets the label of the currentIFluentMutableOptionalLabelHolder
.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.optionalattributeapi.IOptionalLabelHolder
getLabel, getLabelInQuotes, hasLabel
-
Methodendetails
-
removeLabel
FMOLH removeLabel()Removes the label of the currentIFluentMutableOptionalLabelHolder
.- Gibt zurück:
- the current
IFluentMutableOptionalLabelHolder
.
-
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.
-