1
0
Fork 0
WIZARD_PR2_DOP22/Domain/Enums/Geschlecht.java

13 lines
288 B
Java
Raw Normal View History

/*
============================================================
This is the "Geschlecht" file from Author: Philipp Kotte
written on: 05 / 10 / 2023 at: 23:31
============================================================
*/
package Domain.Enums;
public enum Geschlecht {
2023-10-23 13:46:43 +02:00
KI, M, W, D;
}