
com.evasion.plugin.geoloc.RegionFontCode Maven / Gradle / Ivy
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.evasion.plugin.geoloc;
/**
*
* @author sebastien.glon
*/
public enum RegionFontCode {
Americas_WesternEurope,
EasternEurope,
Africa_MiddleEast,
Russia_CentralAsia,
Asia_Pacific,
Vietnam;
@Override
public String toString() {
return super.toString();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy