Companion

object Companion

Properties

Link copied to clipboard

Null-Konstante.

Link copied to clipboard

Default-PZN-Validator.

Functions

Link copied to clipboard
fun of(code: Int): PZN
fun of(code: String): PZN

Liefert eine PZN zurueck.

fun of(code: Int, validator: KSimpleValidator<Int>): PZN
fun of(code: String, validator: KSimpleValidator<Int>): PZN

Diese Methode dient dazu, um PZNs ohne Pruefung anzulegen. Dazu wird als Parameter der NoopValidator oder NullValidator angegeben.