Schnittstelle IFluentMutableOptionalHeaderHolder<H extends IFluentMutableOptionalHeaderHolder<H>>
- Typparameter:
H
- is the type of aIFluentMutableOptionalHeaderHolder
.
- Alle Superschnittstellen:
IOptionalHeaderHolder
- Alle bekannten Unterschnittstellen:
IMutableNode<N>
- Alle bekannten Implementierungsklassen:
AbstractMutableNode
,FileNode
,MutableNode
public interface IFluentMutableOptionalHeaderHolder<H extends IFluentMutableOptionalHeaderHolder<H>>
extends IOptionalHeaderHolder
A
IFluentMutableOptionalHeaderHolder
is a
IOptionalHeaderHolder
whose header can be set and removed
programmatically and fluently.- Version:
- 2019-02-24
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungRemoves the header of currentIFluentMutableOptionalHeaderHolder
.Sets the header of the currentIFluentMutableOptionalHeaderHolder
.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.optionalattributeapi.IOptionalHeaderHolder
getHeader, getHeaderOrEmptyString, getOptionalHeader, hasHeader, hasHeader
-
Methodendetails
-
removeHeader
H removeHeader()Removes the header of currentIFluentMutableOptionalHeaderHolder
.- Gibt zurück:
- the current
IFluentMutableOptionalHeaderHolder
.
-
setHeader
Sets the header of the currentIFluentMutableOptionalHeaderHolder
.- Parameter:
header
-- Gibt zurück:
- the current
IFluentMutableOptionalHeaderHolder
. - Löst aus:
RuntimeException
- if the given header is null.RuntimeException
- if the given header is blank.
-