All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.knightsoftnet.validators.shared.data.PhoneRegionCode53ConstantsImpl Maven / Gradle / Ivy

Go to download

The MT Bean Validators is a collection of JSR-303/JSR-349/JSR-380 bean validators. It's extracted from GWT Bean Validators and contains no dependencies to GWT.

There is a newer version: 2.3.1
Show newest version
package de.knightsoftnet.validators.shared.data;

import java.util.HashMap;
import java.util.Map;

public class PhoneRegionCode53ConstantsImpl implements CreatePhoneCountryConstantsClass.PhoneRegionCode53Constants {

  private final Map propertiesMap;

  private void fillMap0() {
    propertiesMap.put("22", "Santiago de Cuba\u00A15\u00A16");
    propertiesMap.put("33", "Ciego de \u00C1vila\u00A14\u00A16");
    propertiesMap.put("23", "Granma\u00A15\u00A16");
    propertiesMap.put("45", "Matanzas\u00A15\u00A16");
    propertiesMap.put("24", "Holgu\u00EDn\u00A15\u00A16");
    propertiesMap.put("46", "Municipio Especial Isla de la Juventud\u00A16\u00A16");
    propertiesMap.put("47", "La Habana\u00A14\u00A16");
    propertiesMap.put("5", "Digital mobile telephony services (GSM) and (TDMA)\u00A17\u00A17");
    propertiesMap.put("7", "Ciudad Habana\u00A16\u00A17");
    propertiesMap.put("8", "Pinar del R\u00EDo\u00A14\u00A17");
    propertiesMap.put("41", "Sanct\u00ED Sp\u00EDritus\u00A15\u00A16");
    propertiesMap.put("31", "Las Tunas\u00A15\u00A16");
    propertiesMap.put("42", "Villa Clara\u00A15\u00A16");
    propertiesMap.put("21", "Guant\u00E1namo\u00A14\u00A16");
    propertiesMap.put("32", "Camag\u00FCey\u00A15\u00A16");
    propertiesMap.put("43", "Cienfuegos\u00A16\u00A16");
  }

  public PhoneRegionCode53ConstantsImpl() {
    propertiesMap = new HashMap<>();
    fillMap0();
  }

  @Override
  public Map properties() {
    return propertiesMap;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy