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

de.knightsoftnet.validators.shared.data.PhoneRegionCode688ConstantsImpl 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 PhoneRegionCode688ConstantsImpl implements CreatePhoneCountryConstantsClass.PhoneRegionCode688Constants {

  private final Map propertiesMap;

  private void fillMap0() {
    propertiesMap.put("22", "Funafuti\u00A13\u00A13");
    propertiesMap.put("33", "Nanumaga\u00A13\u00A13");
    propertiesMap.put("23", "Nui\u00A13\u00A13");
    propertiesMap.put("34", "Nanumaga\u00A13\u00A13");
    propertiesMap.put("24", "Nui\u00A13\u00A13");
    propertiesMap.put("35", "Nukulaelae\u00A13\u00A13");
    propertiesMap.put("25", "Niulakita\u00A13\u00A13");
    propertiesMap.put("36", "Nukufetau\u00A13\u00A13");
    propertiesMap.put("26", "Nanumea\u00A13\u00A13");
    propertiesMap.put("37", "Nukufetau\u00A13\u00A13");
    propertiesMap.put("27", "Nanumea\u00A13\u00A13");
    propertiesMap.put("28", "Niutao\u00A13\u00A13");
    propertiesMap.put("29", "Niutao\u00A13\u00A13");
    propertiesMap.put("30", "Vaitupu\u00A13\u00A13");
    propertiesMap.put("20", "Funafuti\u00A13\u00A13");
    propertiesMap.put("31", "Vaitupu\u00A13\u00A13");
    propertiesMap.put("21", "Funafuti\u00A13\u00A13");
    propertiesMap.put("32", "Vaitupu\u00A13\u00A13");
  }

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy