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

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

  private final Map propertiesMap;

  private void fillMap0() {
    propertiesMap.put("3", "IP Telephony\u00A17\u00A17");
    propertiesMap.put("6", "Singapore\u00A17\u00A17");
    propertiesMap.put("8", "Mobile Phone\u00A17\u00A17");
    propertiesMap.put("9", "Mobile Phone\u00A17\u00A17");
  }

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy