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

no.bekk.bekkopen.mail.Postnummer Maven / Gradle / Ivy

Go to download

The NoCommons library is a collection of helper classes for manipulation and validation of data specific to Norway and Norwegian citizens.

There is a newer version: 0.16.0
Show newest version
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