Schnittstelle IMutableOptionalLabelHolder
- Alle Superschnittstellen:
IOptionalLabelHolder
A
IMutableOptionalLabelHolder
is a IOptionalLabelHolder
whose
label can be set and removed programmatically.- Version:
- 2023-10-25
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
Removes the label of the currentIMutableOptionalLabelHolder
.void
Sets the label of the currentIMutableOptionalLabelHolder
.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.optionalattributeapi.IOptionalLabelHolder
getLabel, getLabelInQuotes, hasLabel
-
Methodendetails
-
removeLabel
void removeLabel()Removes the label of the currentIMutableOptionalLabelHolder
. -
setLabel
Sets the label of the currentIMutableOptionalLabelHolder
.- Parameter:
label
-- Löst aus:
RuntimeException
- if the given label is null.RuntimeException
- if the given label is blank.
-