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 TypMethodeBeschreibungvoidRemoves the label of the currentIMutableOptionalLabelHolder.voidSets the label of the currentIMutableOptionalLabelHolder.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.optionalattribute.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.
-