Schnittstelle IMutableOptionalHeaderHolder
- Alle Superschnittstellen:
IOptionalHeaderHolder
A
IMutableOptionalHeaderHolder
is a IOptionalHeaderHolder
whose header can be set and removed programmatically.- Version:
- 2023-02-07
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
Removes the header of the currentIMutableOptionalHeaderHolder
.void
Sets the header of the currentIMutableOptionalHeaderHolder
.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.optionalattributeapi.IOptionalHeaderHolder
getHeader, getHeaderOrEmptyString, getOptionalHeader, hasHeader, hasHeader
-
Methodendetails
-
removeHeader
void removeHeader()Removes the header of the currentIMutableOptionalHeaderHolder
. -
setHeader
Sets the header of the currentIMutableOptionalHeaderHolder
.- Parameter:
header
-- Löst aus:
RuntimeException
- if the given header is null.RuntimeException
- if the given header is blank.
-