Rena Tsantouli 2012-10-16 12:50:09 +00:00
parent e42b1e0a6a
commit 18bc6174f7
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
}