Schnittstelle IMutableOptionalOneBasedIndexHolder
- Alle Superschnittstellen:
IOptionalOneBasedIndexHolder
A
IMutableOptionalOneBasedIndexHolder is a
IOptionalOneBasedIndexHolder whose one-based index can be set and
removed programmatically.- Version:
- 2025-06-01
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidRemoves the one-based index of the currentIMutableOptionalOneBasedIndexHolder.voidsetOneBasedIndex(int oneBasedIndex) Sets the one-based index of the currentIMutableOptionalOneBasedIndexHolder.Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attribute.optionalattribute.IOptionalOneBasedIndexHolder
getOneBasedIndex, hasOneBasedIndex
-
Methodendetails
-
removeOneBasedIndex
void removeOneBasedIndex()Removes the one-based index of the currentIMutableOptionalOneBasedIndexHolder. -
setOneBasedIndex
void setOneBasedIndex(int oneBasedIndex) Sets the one-based index of the currentIMutableOptionalOneBasedIndexHolder.- Parameter:
oneBasedIndex-
-