8 lines
88 B
Java
Raw Normal View History

2019-11-15 16:52:21 +01:00
package at.technikumwien.movies;
public enum Sex {
FEMALE,
MALE,
DIVERSE
}