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

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

package de.knightsoftnet.validators.shared.data;

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

public class PhoneRegionCode291ConstantsImpl implements CreatePhoneCountryConstantsClass.PhoneRegionCode291Constants {

  private final Map propertiesMap;

  private void fillMap0() {
    propertiesMap.put("1", "Eritrea\u00A16\u00A16");
    propertiesMap.put("7", "Mobile Phone Number\u00A16\u00A16");
  }

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy