Class DXBUAngabenAGPruefer


  • public class DXBUAngabenAGPruefer
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.regex.Pattern PATTERN_EMAIL_GKV1
      Ein Pattern das die erlaubten Zeichen einer E-Mail-Adresse beschreibt (laut GKV-SV)
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void pruefe​(UBAG UBAG, com.vdek.agv.basis.kernpruefung.RueckgabeImpl rueckgabe)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PATTERN_EMAIL_GKV1

        public static final java.util.regex.Pattern PATTERN_EMAIL_GKV1
        Ein Pattern das die erlaubten Zeichen einer E-Mail-Adresse beschreibt (laut GKV-SV)
    • Constructor Detail

      • DXBUAngabenAGPruefer

        public DXBUAngabenAGPruefer()
    • Method Detail

      • pruefe

        public void pruefe​(UBAG UBAG,
                           com.vdek.agv.basis.kernpruefung.RueckgabeImpl rueckgabe)