Schnittstelle IFluentMutableOptionalOneBasedIndexHolder<H extends IFluentMutableOptionalOneBasedIndexHolder<H>>
- Typparameter:
H- is the type of aIFluentMutableOptionalOneBasedIndexHolder.
- Alle Superschnittstellen:
IOptionalOneBasedIndexHolder
public interface IFluentMutableOptionalOneBasedIndexHolder<H extends IFluentMutableOptionalOneBasedIndexHolder<H>>
extends IOptionalOneBasedIndexHolder
A
IFluentMutableOptionalOneBasedIndexHolder is a
IOptionalOneBasedIndexHolder whose one-based index can be set and
removed programmatically and fluently.- Version:
- 2025-06-01
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidRemoves the one-based index of the currentIFluentMutableOptionalOneBasedIndexHolder.setOneBasedIndex(int oneBasedIndex) Sets the one-based index of the currentIFluentMutableOptionalOneBasedIndexHolder.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.optionalattribute.IOptionalOneBasedIndexHolder
getOneBasedIndex, hasOneBasedIndex
-
Methodendetails
-
removeOneBasedIndex
void removeOneBasedIndex()Removes the one-based index of the currentIFluentMutableOptionalOneBasedIndexHolder. -
setOneBasedIndex
Sets the one-based index of the currentIFluentMutableOptionalOneBasedIndexHolder.- Parameter:
oneBasedIndex-- Gibt zurück:
- the current
IFluentMutableOptionalOneBasedIndexHolder.
-