package jeffaschenk.commons.standards.statecodes; import jeffaschenk.commons.standards.CountryCode; /** * Official ISO-3166 State/Province Codes * <p/> * Country: Italy * * @author jeffaschenk@gmail.com * Date: May 19, 2010 * Time: 12:12:11 PM */ @SuppressWarnings("unused") public enum StateCodes_IT { /** * State Code Enumerator */ IT_AG("Agrigento", "IT-AG", "Province", "19465", CountryCode.ITALY), IT_AL("Alessandria", "IT-AL", "Province", "19466", CountryCode.ITALY), IT_AN("Ancona", "IT-AN", "Province", "19467", CountryCode.ITALY), IT_AO("Aosta", "IT-AO", "Province", "19468", CountryCode.ITALY), IT_AR("Arezzo", "IT-AR", "Province", "19469", CountryCode.ITALY), IT_AP("Ascoli Piceno", "IT-AP", "Province", "19470", CountryCode.ITALY), IT_AT("Asti", "IT-AT", "Province", "19471", CountryCode.ITALY), IT_AV("Avellino", "IT-AV", "Province", "19472", CountryCode.ITALY), IT_BA("Bari", "IT-BA", "Province", "19473", CountryCode.ITALY), IT_BT("Barletta-Andria-Trani", "IT-BT", "Province", "48088", CountryCode.ITALY), IT_BL("Belluno", "IT-BL", "Province", "19474", CountryCode.ITALY), IT_BN("Benevento", "IT-BN", "Province", "19475", CountryCode.ITALY), IT_BG("Bergamo", "IT-BG", "Province", "19476", CountryCode.ITALY), IT_BI("Biella", "IT-BI", "Province", "19477", CountryCode.ITALY), IT_BO("Bologna", "IT-BO", "Province", "19478", CountryCode.ITALY), IT_BZ("Bolzano", "IT-BZ", "Province", "19479", CountryCode.ITALY), IT_BS("Brescia", "IT-BS", "Province", "19480", CountryCode.ITALY), IT_BR("Brindisi", "IT-BR", "Province", "19481", CountryCode.ITALY), IT_CA("Cagliari", "IT-CA", "Province", "19482", CountryCode.ITALY), IT_CL("Caltanissetta", "IT-CL", "Province", "19483", CountryCode.ITALY), IT_CB("Campobasso", "IT-CB", "Province", "19484", CountryCode.ITALY), IT_CI("Carbonia-Iglesias", "IT-CI", "Province", "19485", CountryCode.ITALY), IT_CE("Caserta", "IT-CE", "Province", "19486", CountryCode.ITALY), IT_CT("Catania", "IT-CT", "Province", "19487", CountryCode.ITALY), IT_CZ("Catanzaro", "IT-CZ", "Province", "19488", CountryCode.ITALY), IT_CH("Chieti", "IT-CH", "Province", "19489", CountryCode.ITALY), IT_CO("Como", "IT-CO", "Province", "19490", CountryCode.ITALY), IT_CS("Cosenza", "IT-CS", "Province", "19491", CountryCode.ITALY), IT_CR("Cremona", "IT-CR", "Province", "19492", CountryCode.ITALY), IT_KR("Crotone", "IT-KR", "Province", "19493", CountryCode.ITALY), IT_CN("Cuneo", "IT-CN", "Province", "19494", CountryCode.ITALY), IT_EN("Enna", "IT-EN", "Province", "19495", CountryCode.ITALY), IT_FM("Fermo", "IT-FM", "Province", "48086", CountryCode.ITALY), IT_FE("Ferrara", "IT-FE", "Province", "19496", CountryCode.ITALY), IT_FI("Firenze", "IT-FI", "Province", "19497", CountryCode.ITALY), IT_FG("Foggia", "IT-FG", "Province", "19498", CountryCode.ITALY), IT_FC("Forli-Cesena", "IT-FC", "Province", "19499", CountryCode.ITALY), IT_FR("Frosinone ", "IT-FR", "Province", "19500", CountryCode.ITALY), IT_GE("Genova", "IT-GE", "Province", "19501", CountryCode.ITALY), IT_GO("Gorizia", "IT-GO", "Province", "19502", CountryCode.ITALY), IT_GR("Grosseto", "IT-GR", "Province", "19503", CountryCode.ITALY), IT_IM("Imperia", "IT-IM", "Province", "19504", CountryCode.ITALY), IT_IS("Isernia", "IT-IS", "Province", "19505", CountryCode.ITALY), IT_AQ("L'Aquila", "IT-AQ", "Province", "19507", CountryCode.ITALY), IT_SP("La Spezia", "IT-SP", "Province", "19506", CountryCode.ITALY), IT_LT("Latina", "IT-LT", "Province", "19508", CountryCode.ITALY), IT_LE("Lecce", "IT-LE", "Province", "19509", CountryCode.ITALY), IT_LC("Lecco", "IT-LC", "Province", "19510", CountryCode.ITALY), IT_LI("Livorno", "IT-LI", "Province", "19511", CountryCode.ITALY), IT_LO("Lodi", "IT-LO", "Province", "19512", CountryCode.ITALY), IT_LU("Lucca", "IT-LU", "Province", "19513", CountryCode.ITALY), IT_MC("Macerata", "IT-MC", "Province", "19514", CountryCode.ITALY), IT_MN("Mantova", "IT-MN", "Province", "19515", CountryCode.ITALY), IT_MS("Massa-Carrara", "IT-MS", "Province", "19516", CountryCode.ITALY), IT_MT("Matera", "IT-MT", "Province", "19517", CountryCode.ITALY), IT_MA("Medio Campidano", "IT-MA", "Province", "19518", CountryCode.ITALY), IT_ME("Messina", "IT-ME", "Province", "19519", CountryCode.ITALY), IT_MI("Milano", "IT-MI", "Province", "19520", CountryCode.ITALY), IT_MO("Modena", "IT-MO", "Province", "19521", CountryCode.ITALY), IT_MB("Monza e Brianza", "IT-MB", "Province", "48087", CountryCode.ITALY), IT_NA("Napoli", "IT-NA", "Province", "19522", CountryCode.ITALY), IT_NO("Novara", "IT-NO", "Province", "19523", CountryCode.ITALY), IT_NU("Nuoro", "IT-NU", "Province", "19524", CountryCode.ITALY), IT_OG("Ogliastra", "IT-OG", "Province", "19525", CountryCode.ITALY), IT_OL("Olbia-Tempio", "IT-OL", "Province", "19526", CountryCode.ITALY), IT_OR("Oristano", "IT-OR", "Province", "19527", CountryCode.ITALY), IT_PD("Padova", "IT-PD", "Province", "19528", CountryCode.ITALY), IT_PA("Palermo", "IT-PA", "Province", "19529", CountryCode.ITALY), IT_PR("Parma", "IT-PR", "Province", "19530", CountryCode.ITALY), IT_PV("Pavia", "IT-PV", "Province", "19531", CountryCode.ITALY), IT_PG("Perugia", "IT-PG", "Province", "19532", CountryCode.ITALY), IT_PS("Pesaro e Urbino", "IT-PS", "Province", "19533", CountryCode.ITALY), IT_PE("Pescara", "IT-PE", "Province", "19534", CountryCode.ITALY), IT_PC("Piacenza", "IT-PC", "Province", "19535", CountryCode.ITALY), IT_PI("Pisa", "IT-PI", "Province", "19536", CountryCode.ITALY), IT_PT("Pistoia", "IT-PT", "Province", "19537", CountryCode.ITALY), IT_PN("Pordenone", "IT-PN", "Province", "19538", CountryCode.ITALY), IT_PZ("Potenza", "IT-PZ", "Province", "19539", CountryCode.ITALY), IT_PO("Prato", "IT-PO", "Province", "19540", CountryCode.ITALY), IT_RG("Ragusa", "IT-RG", "Province", "19541", CountryCode.ITALY), IT_RA("Ravenna", "IT-RA", "Province", "19542", CountryCode.ITALY), IT_RC("Reggio Calabria", "IT-RC", "Province", "19543", CountryCode.ITALY), IT_RE("Reggio Emilia", "IT-RE", "Province", "19544", CountryCode.ITALY), IT_RI("Rieti", "IT-RI", "Province", "19545", CountryCode.ITALY), IT_RN("Rimini", "IT-RN", "Province", "19546", CountryCode.ITALY), IT_RM("Roma", "IT-RM", "Province", "19547", CountryCode.ITALY), IT_RO("Rovigo", "IT-RO", "Province", "19548", CountryCode.ITALY), IT_SA("Salerno", "IT-SA", "Province", "19549", CountryCode.ITALY), IT_SS("Sassari", "IT-SS", "Province", "19550", CountryCode.ITALY), IT_SV("Savona", "IT-SV", "Province", "19551", CountryCode.ITALY), IT_SI("Siena", "IT-SI", "Province", "19552", CountryCode.ITALY), IT_SR("Siracusa", "IT-SR", "Province", "19553", CountryCode.ITALY), IT_SO("Sondrio", "IT-SO", "Province", "19554", CountryCode.ITALY), IT_TA("Taranto", "IT-TA", "Province", "19555", CountryCode.ITALY), IT_TE("Teramo", "IT-TE", "Province", "19556", CountryCode.ITALY), IT_TR("Terni", "IT-TR", "Province", "19557", CountryCode.ITALY), IT_TO("Torino", "IT-TO", "Province", "19558", CountryCode.ITALY), IT_TP("Trapani", "IT-TP", "Province", "19559", CountryCode.ITALY), IT_TN("Trento", "IT-TN", "Province", "19560", CountryCode.ITALY), IT_TV("Treviso", "IT-TV", "Province", "19561", CountryCode.ITALY), IT_TS("Trieste", "IT-TS", "Province", "19562", CountryCode.ITALY), IT_UD("Udine", "IT-UD", "Province", "19563", CountryCode.ITALY), IT_VA("Varese", "IT-VA", "Province", "19564", CountryCode.ITALY), IT_VE("Venezia", "IT-VE", "Province", "19565", CountryCode.ITALY), IT_VB("Verbano-Cusio-Ossola", "IT-VB", "Province", "19566", CountryCode.ITALY), IT_VC("Vercelli", "IT-VC", "Province", "19567", CountryCode.ITALY), IT_VR("Verona", "IT-VR", "Province", "19568", CountryCode.ITALY), IT_VV("Vibo Valentia", "IT-VV", "Province", "19569", CountryCode.ITALY), IT_VI("Vicenza", "IT-VI", "Province", "19570", CountryCode.ITALY), IT_VT("Viterbo", "IT-VT", "Province", "19571", CountryCode.ITALY); // ************************************* // Common Enum Structure for all // States of the World private final String stateProvinceName; private final String stateCode; private final String stateProvinceType; private final String stateNumericCode; private final CountryCode countryCode; StateCodes_IT(String stateProvinceName, String stateCode, String stateProvinceType, String stateNumericCode, CountryCode countryCode) { this.stateProvinceName = stateProvinceName; this.stateCode = stateCode; this.stateProvinceType = stateProvinceType; this.stateNumericCode = stateNumericCode; this.countryCode = countryCode; } public String stateProvinceName() { return this.stateProvinceName; } public String stateCode() { return this.stateCode; } public String stateProvinceType() { return this.stateProvinceType; } public String stateNumericCode() { return this.stateNumericCode; } public CountryCode countryCode() { return this.countryCode; } }