de.knightsoftnet.validators.shared.data.PhoneRegionCode685ConstantsImpl 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 PhoneRegionCode685ConstantsImpl implements CreatePhoneCountryConstantsClass.PhoneRegionCode685Constants {
private final Map propertiesMap;
private void fillMap0() {
propertiesMap.put("66", "Apia\u00A13\u00A13");
propertiesMap.put("67", "Apia\u00A13\u00A13");
propertiesMap.put("68", "Apia\u00A13\u00A13");
propertiesMap.put("69", "Apia\u00A13\u00A13");
propertiesMap.put("2", "Apia Area\u00A14\u00A14");
propertiesMap.put("3", "Apia Area\u00A14\u00A14");
propertiesMap.put("4", "Upolu Rural\u00A14\u00A14");
propertiesMap.put("5", "Savaii\u00A14\u00A14");
propertiesMap.put("7", "Mobile Service\u00A14\u00A14");
propertiesMap.put("8", "Non-Geographic Customized Services\u00A15\u00A15");
propertiesMap.put("9", "Non-Geographic Customized Services\u00A12\u00A14");
propertiesMap.put("60", "Non-Geographic Wireless Local Loop\u00A14\u00A14");
propertiesMap.put("61", "Apia\u00A13\u00A13");
propertiesMap.put("62", "Apia\u00A13\u00A13");
propertiesMap.put("63", "Apia\u00A13\u00A13");
propertiesMap.put("64", "Apia\u00A13\u00A13");
propertiesMap.put("65", "Apia\u00A13\u00A13");
}
public PhoneRegionCode685ConstantsImpl() {
propertiesMap = new HashMap<>();
fillMap0();
}
@Override
public Map properties() {
return propertiesMap;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy