Schnittstelle IFluentMutableOneBasedIndexHolder<I extends IFluentMutableOneBasedIndexHolder<I>>
- Typparameter:
I- is the type of aIFluentMutableOneBasedIndexHolder.
- Alle Superschnittstellen:
IOneBasedIndexHolder
public interface IFluentMutableOneBasedIndexHolder<I extends IFluentMutableOneBasedIndexHolder<I>>
extends IOneBasedIndexHolder
A
IFluentMutableOneBasedIndexHolder is a IOneBasedIndexHolder
whose one-based index can be set programmatically and fluently.- Version:
- 2025-06-01
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungsetOneBasedIndex(int oneBasedIndex) Sets the one-based index of the currentIFluentMutableOneBasedIndexHolder.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.mandatoryattribute.IOneBasedIndexHolder
getOneBasedIndex
-
Methodendetails
-
setOneBasedIndex
Sets the one-based index of the currentIFluentMutableOneBasedIndexHolder.- Parameter:
oneBasedIndex-- Gibt zurück:
- the current
IFluentMutableOneBasedIndexHolder.
-