- taxIdFormat - Variable in class org.notima.util.TaxIdStructure
-
- TaxIdFormatter - Class in org.notima.util
-
Utility class to parse and print tax id:s in different formats.
- TaxIdFormatter() - Constructor for class org.notima.util.TaxIdFormatter
-
- TaxIdStructure - Class in org.notima.util
-
Represents a tax id separated in parts.
- TaxIdStructure(String) - Constructor for class org.notima.util.TaxIdStructure
-
- toDigitsOnly(String) - Static method in class org.notima.util.NotimaUtil
-
Remove all non digit characters
- toDigitsOnly(String) - Static method in class org.notima.util.TaxIdFormatter
-
Remove all non digit characters
- toOCRNumber(String) - Static method in class org.notima.util.NotimaUtil
-
Converts a string of digits to the equivalent OCR-number
- toOCRNumberWithLengthCheck(String) - Static method in class org.notima.util.NotimaUtil
-
Converts a string of digits to an OCR-number with length check
- trimLeadingZeros(String) - Static method in class org.notima.util.NotimaUtil
-