de.knightsoftnet.validators.shared.data.PhoneRegionCode228ConstantsImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mt-bean-validators Show documentation
Show all versions of mt-bean-validators Show documentation
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.
package de.knightsoftnet.validators.shared.data;
import java.util.HashMap;
import java.util.Map;
public class PhoneRegionCode228ConstantsImpl implements CreatePhoneCountryConstantsClass.PhoneRegionCode228Constants {
private final Map propertiesMap;
private void fillMap0() {
propertiesMap.put("2", "Lom\u00E9 municipality\u00A16\u00A16");
propertiesMap.put("3", "Maritime region\u00A16\u00A16");
propertiesMap.put("4", "Plateaux region\u00A16\u00A16");
propertiesMap.put("5", "Central region\u00A16\u00A16");
propertiesMap.put("6", "Kara region\u00A16\u00A16");
propertiesMap.put("7", "Savannah region\u00A16\u00A16");
propertiesMap.put("8", "Freephone and other services\u00A16\u00A16");
propertiesMap.put("9", "Mobile Phone Number\u00A16\u00A16");
}
public PhoneRegionCode228ConstantsImpl() {
propertiesMap = new HashMap<>();
fillMap0();
}
@Override
public Map properties() {
return propertiesMap;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy