Schnittstelle IFluentMutableOptionalTokenHolder<H extends IFluentMutableOptionalTokenHolder<H>>
- Typparameter:
H- is the type of aIFluentMutableOptionalTokenHolder.
- Alle Superschnittstellen:
IOptionalTokenHolder
public interface IFluentMutableOptionalTokenHolder<H extends IFluentMutableOptionalTokenHolder<H>>
extends IOptionalTokenHolder
A
IFluentMutableOptionalTokenHolder is a IOptionalTokenHolder
whose token can be set and removed programmatically and fluently.- Version:
- 2016-01-01
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidRemoves the token of the currentIFluentMutableOptionalTokenHolder.Sets the token of the currentIFluentMutableOptionalTokenHolder.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.optionalattribute.IOptionalTokenHolder
getToken, hasToken, hasToken
-
Methodendetails
-
removeToken
void removeToken()Removes the token of the currentIFluentMutableOptionalTokenHolder. -
setToken
Sets the token of the currentIFluentMutableOptionalTokenHolder.- Parameter:
token-- Gibt zurück:
- the current
IFluentMutableOptionalTokenHolder. - Löst aus:
RuntimeException- if the given token is null.RuntimeException- if the given token is blank.
-