1 package de.tivsource.page.entity.enumeration; 2 3 /** 4 * 5 * @author Marc Michele 6 * 7 */ 8 public enum CountryType { 9 10 GERMANY, 11 POLAND, 12 BELGIUM, 13 UNSPECIFIED; 14 15 }// Ende enum