no.bekk.bekkopen.mail.Postnummer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nocommons Show documentation
Show all versions of nocommons Show documentation
The NoCommons library is a collection of helper classes for manipulation and validation of data specific to
Norway and Norwegian citizens.
package no.bekk.bekkopen.mail;
import no.bekk.bekkopen.common.StringNumber;
/**
* This class represent a Norwegian Zip code - a Postnummer. A Postnummer
* consists of 4 digits.
*/
public class Postnummer extends StringNumber {
Postnummer(String postnummerString) {
super(postnummerString);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy