Schnittstelle ITableComponent<T>
- Typparameter:
T- is the type of the table aITableComponentcan belong to.
- Alle bekannten Implementierungsklassen:
AbstractEntity,Column,Entity,GeneralEntity
public interface ITableComponent<T>
A
ITableComponent can belong to a table.- Version:
- 2024-12-14
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
belongsToTable
boolean belongsToTable()- Gibt zurück:
- true if the current
ITableComponentbelongs to a table, false otherwise.
-
getStoredParentTable
T getStoredParentTable()- Gibt zurück:
- the table of the current
ITableComponent. - Löst aus:
RuntimeException- if the currentITableComponentdoes not belong to a table.
-