Schnittstelle IMutableOptionalDatabaseNameHolder
- Alle Superschnittstellen:
IOptionalDatabaseNameHolder
A
IMutableOptionalDatabaseNameHolder is a
IOptionalDatabaseNameHolder whose database name can be set and
removed programmatically.- Version:
- 2025-06-01
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidRemoves the database name of the currentIMutableOptionalDatabaseNameHolder.voidsetDatabaseName(String databaseName) Sets the database name of the currentIMutableOptionalDatabaseNameHolder.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.optionalattribute.IOptionalDatabaseNameHolder
getDatabaseName, hasDatabaseName
-
Methodendetails
-
removeDatabaseName
void removeDatabaseName()Removes the database name of the currentIMutableOptionalDatabaseNameHolder. -
setDatabaseName
Sets the database name of the currentIMutableOptionalDatabaseNameHolder.- Parameter:
databaseName-- Löst aus:
RuntimeException- if the given databaseName is null or blank.
-