Gender.java 74 B

12345
  1. package org.leumasjaffe.charsheet.model;
  2. public enum Gender {
  3. M, F, N
  4. }