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 TypMethodeBeschreibungvoid
Removes the name of the currentIMutableOptionalNameHolder
.void
Sets the name of the currentIMutableOptionalNameHolder
.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.optionalattributeapi.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.
-