Class LPattern


  • public class LPattern
    extends java.lang.Object

    Überschrift: LPattern.

    Beschreibung: Klasse für das L-Muster.

    Copyright: Copyright (c) ELO Digital Office GmbH 2018

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String L_PATTERN
      L() Anweisung
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getMaxLength()
      Liefert die maximale Länge zurück.
      int getMinLength()
      Liefert die minimale Länge zurück.
      • Methods inherited from class java.lang.Object

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

      • L_PATTERN

        public static final java.lang.String L_PATTERN
        L() Anweisung
        See Also:
        Constant Field Values
    • Constructor Detail

      • LPattern

        public LPattern​(MatcherFactory factory)
        Konstruktor.
        Parameters:
        factory - Matcher-Factory
    • Method Detail

      • getMaxLength

        public int getMaxLength()
        Liefert die maximale Länge zurück.
        Returns:
        maximale Länge
      • getMinLength

        public int getMinLength()
        Liefert die minimale Länge zurück.
        Returns:
        minimale Länge