Schnittstelle IMutableOptionalNameHolder
- Alle Superschnittstellen:
IOptionalNameHolder
- Alle bekannten Unterschnittstellen:
IMutableOptionalQualifiedNameHolder
A
IMutableOptionalNameHolder is a IOptionalNameHolder whose
name can be set and removed programmatically.- Version:
- 2023-02-07
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidRemoves the name of the currentIMutableOptionalNameHolder.voidSets the name of the currentIMutableOptionalNameHolder.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.optionalattribute.IOptionalNameHolder
getName, getNameInQuotes, hasName, hasName
-
Methodendetails
-
removeName
void removeName()Removes the name of the currentIMutableOptionalNameHolder. -
setName
Sets the name of the currentIMutableOptionalNameHolder.- Parameter:
name-- Löst aus:
RuntimeException- if the given name is null.RuntimeException- if the given name is blank.
-