com.evasion.plugin.geoloc.dataimport.DesignationCode Maven / Gradle / Ivy
The newest version!
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.evasion.plugin.geoloc.dataimport;
/**
*
* @author glon-56610
*/
public final class DesignationCode {
private DesignationCode() {
}
public static final String ADM1 = "ADM1";
public static final String PPL = "PPL";
public static final String PPLA = "PPLA";
}