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

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

package de.knightsoftnet.validators.shared.data;

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

public class PhoneRegionCode266ConstantsImpl implements CreatePhoneCountryConstantsClass.PhoneRegionCode266Constants {

  private final Map propertiesMap;

  private void fillMap0() {
    propertiesMap.put("58", "Mobile Phone Number");
    propertiesMap.put("6u5b0-9]", "Mobile Phone Number");
  }

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy