Rena Tsantouli 2012-08-20 10:27:29 +00:00
parent b63e1ceef7
commit a1bd2761f9
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
package org.gcube.application.framework.core.util;
public enum GenderType {
MALE, FEMALE
}