package jeffaschenk.commons.standards.statecodes;
import jeffaschenk.commons.standards.CountryCode;
/**
* Official ISO-3166 State/Province Codes
* <p/>
* Country: Uganda
*
* @author jeffaschenk@gmail.com
* Date: May 19, 2010
* Time: 12:12:11 PM
*/
@SuppressWarnings("unused")
public enum StateCodes_UG {
/**
* State Code Enumerator
*/
UG_317("Abim","UG-317","District","48102", CountryCode.UGANDA),
UG_301("Adjumani","UG-301","District","20547",CountryCode.UGANDA),
UG_314("Amolatar","UG-314","District","48103",CountryCode.UGANDA),
UG_216("Amuria","UG-216","District","48104",CountryCode.UGANDA),
UG_319("Amuru","UG-319","District","48105",CountryCode.UGANDA),
UG_302("Apac","UG-302","District","20548",CountryCode.UGANDA),
UG_303("Arua","UG-303","District","20549",CountryCode.UGANDA),
UG_217("Budaka","UG-217","District","48106",CountryCode.UGANDA),
UG_223("Bududa","UG-223","District","48122",CountryCode.UGANDA),
UG_201("Bugiri","UG-201","District","20532",CountryCode.UGANDA),
UG_224("Bukedea","UG-224","District","48121",CountryCode.UGANDA),
UG_218("Bukwa","UG-218","District","48107",CountryCode.UGANDA),
UG_419("Buliisa","UG-419","District","48124",CountryCode.UGANDA),
UG_401("Bundibugyo","UG-401","District","20560",CountryCode.UGANDA),
UG_402("Bushenyi","UG-402","District","20561",CountryCode.UGANDA),
UG_202("Busia","UG-202","District","20533",CountryCode.UGANDA),
UG_219("Butaleja","UG-219","District","48108",CountryCode.UGANDA),
UG_318("Dokolo","UG-318","District","48109",CountryCode.UGANDA),
UG_304("Gulu","UG-304","District","20550",CountryCode.UGANDA),
UG_403("Hoima","UG-403","District","20562",CountryCode.UGANDA),
UG_416("Ibanda","UG-416","District","48110",CountryCode.UGANDA),
UG_203("Iganga","UG-203","District","20534",CountryCode.UGANDA),
UG_417("Isingiro","UG-417","District","48111",CountryCode.UGANDA),
UG_204("Jinja","UG-204","District","20535",CountryCode.UGANDA),
UG_315("Kaabong","UG-315","District","48112",CountryCode.UGANDA),
UG_404("Kabale","UG-404","District","20563",CountryCode.UGANDA),
UG_405("Kabarole","UG-405","District","20564",CountryCode.UGANDA),
UG_213("Kaberamaido","UG-213","District","20544",CountryCode.UGANDA),
UG_101("Kalangala","UG-101","District","20519",CountryCode.UGANDA),
UG_220("Kaliro","UG-220","District","48113",CountryCode.UGANDA),
UG_102("Kampala","UG-102","District","20520",CountryCode.UGANDA),
UG_205("Kamuli","UG-205","District","20536",CountryCode.UGANDA),
UG_413("Kamwenge","UG-413","District","20572",CountryCode.UGANDA),
UG_414("Kanungu","UG-414","District","20573",CountryCode.UGANDA),
UG_206("Kapchorwa","UG-206","District","20537",CountryCode.UGANDA),
UG_406("Kasese","UG-406","District","20565",CountryCode.UGANDA),
UG_207("Katakwi","UG-207","District","20538",CountryCode.UGANDA),
UG_112("Kayunga","UG-112","District","20530",CountryCode.UGANDA),
UG_407("Kibaale","UG-407","District","20566",CountryCode.UGANDA),
UG_103("Kiboga","UG-103","District","20521",CountryCode.UGANDA),
UG_418("Kiruhura","UG-418","District","48114",CountryCode.UGANDA),
UG_408("Kisoro","UG-408","District","20567",CountryCode.UGANDA),
UG_305("Kitgum","UG-305","District","20551",CountryCode.UGANDA),
UG_316("Koboko","UG-316","District","48115",CountryCode.UGANDA),
UG_306("Kotido","UG-306","District","20552",CountryCode.UGANDA),
UG_208("Kumi","UG-208","District","20539",CountryCode.UGANDA),
UG_415("Kyenjojo","UG-415","District","20574",CountryCode.UGANDA),
UG_307("Lira","UG-307","District","20553",CountryCode.UGANDA),
UG_104("Luwero","UG-104","District","20522",CountryCode.UGANDA),
UG_116("Lyantonde","UG-116","District","48123",CountryCode.UGANDA),
UG_221("Manafwa","UG-221","District","48116",CountryCode.UGANDA),
UG_320("Maracha","UG-320","District","48117",CountryCode.UGANDA),
UG_105("Masaka","UG-105","District","20523",CountryCode.UGANDA),
UG_409("Masindi","UG-409","District","20568",CountryCode.UGANDA),
UG_214("Mayuge","UG-214","District","20545",CountryCode.UGANDA),
UG_209("Mbale","UG-209","District","20540",CountryCode.UGANDA),
UG_410("Mbarara","UG-410","District","20569",CountryCode.UGANDA),
UG_114("Mityana","UG-114","District","48125",CountryCode.UGANDA),
UG_308("Moroto","UG-308","District","20554",CountryCode.UGANDA),
UG_309("Moyo","UG-309","District","20555",CountryCode.UGANDA),
UG_106("Mpigi","UG-106","District","20524",CountryCode.UGANDA),
UG_107("Mubende","UG-107","District","20525",CountryCode.UGANDA),
UG_108("Mukono","UG-108","District","20526",CountryCode.UGANDA),
UG_311("Nakapiripirit","UG-311","District","20557",CountryCode.UGANDA),
UG_115("Nakaseke","UG-115","District","48118",CountryCode.UGANDA),
UG_109("Nakasongola","UG-109","District","20527",CountryCode.UGANDA),
UG_222("Namutumba","UG-222","District","48119",CountryCode.UGANDA),
UG_310("Nebbi","UG-310","District","20556",CountryCode.UGANDA),
UG_411("Ntungamo","UG-411","District","20570",CountryCode.UGANDA),
UG_321("Oyam","UG-321","District","48126",CountryCode.UGANDA),
UG_312("Pader","UG-312","District","20558",CountryCode.UGANDA),
UG_210("Pallisa","UG-210","District","20541",CountryCode.UGANDA),
UG_110("Rakai","UG-110","District","20528",CountryCode.UGANDA),
UG_412("Rukungiri","UG-412","District","20571",CountryCode.UGANDA),
UG_111("Sembabule","UG-111","District","20529",CountryCode.UGANDA),
UG_215("Sironko","UG-215","District","20546",CountryCode.UGANDA),
UG_211("Soroti","UG-211","District","20542",CountryCode.UGANDA),
UG_212("Tororo","UG-212","District","20543",CountryCode.UGANDA),
UG_113("Wakiso","UG-113","District","20531",CountryCode.UGANDA),
UG_313("Yumbe","UG-313","District","20559",CountryCode.UGANDA);
// *************************************
// 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_UG(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;
}
}