Class LPattern

java.lang.Object
de.elo.mover.main.barcode.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
  • Constructor Summary

    Constructors
    Constructor Description
    LPattern​(MatcherFactory factory)
    Konstruktor.
  • Method Summary

    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 Details

    • L_PATTERN

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

    • LPattern

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

    • 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