1
0
forked from burkart/GUI

AusführenIrrgarten

This commit is contained in:
kl
2023-04-25 11:16:50 +02:00
parent f7558d2d37
commit 9febce868c
3 changed files with 49 additions and 0 deletions

View File

@@ -16,4 +16,6 @@ public interface DATENELEMENT
* return true, wernn dei Schlüsselwerte gleich sind
*/
boolean SchluesselIstGleich (DATENELEMENT d);
String BezeichnungGeben();
}