Download this file

MaritalStatus.java    9 lines (6 with data), 116 Bytes

1
2
3
4
5
6
7
8
package eu.alfred.personalization_manager.model;
public enum MaritalStatus {
MARRIED,
SINGLE,
WIDOW_WIDOWER,
}