de.knightsoftnet.validators.shared.data.PhoneRegionCode507ConstantsImpl 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 PhoneRegionCode507ConstantsImpl implements CreatePhoneCountryConstantsClass.PhoneRegionCode507Constants {
private final Map propertiesMap;
private void fillMap0() {
propertiesMap.put("2", "Ciudad de Panama");
propertiesMap.put("3", "Ciudad de Panama");
propertiesMap.put("4", "Colon");
propertiesMap.put("5", "Mobile Phone");
propertiesMap.put("6", "Mobile Phone");
propertiesMap.put("7", "Bocas del Toro");
propertiesMap.put("9", "Los Santos");
}
public PhoneRegionCode507ConstantsImpl() {
propertiesMap = new HashMap<>();
fillMap0();
}
@Override
public Map properties() {
return propertiesMap;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy