Schnittstelle IFluentMutableOptionalTokenHolder<FMOTH extends IFluentMutableOptionalTokenHolder<FMOTH>>
- Typparameter:
FMOTH
- is the type of aIFluentMutableOptionalTokenHolder
.
- Alle Superschnittstellen:
IOptionalTokenHolder
public interface IFluentMutableOptionalTokenHolder<FMOTH extends IFluentMutableOptionalTokenHolder<FMOTH>>
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 TypMethodeBeschreibungRemoves the token of the currentIFluentMutableOptionalTokenHolder
.Sets the token of the currentIFluentMutableOptionalTokenHolder
.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.optionalattributeapi.IOptionalTokenHolder
getToken, hasToken, hasToken
-
Methodendetails
-
removeToken
FMOTH removeToken()Removes the token of the currentIFluentMutableOptionalTokenHolder
.- Gibt zurück:
- the current
IFluentMutableOptionalTokenHolder
.
-
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.
-