Package de.elo.mover.main.barcode
Class RGroups
- java.lang.Object
-
- de.elo.mover.main.barcode.RGroups
-
public class RGroups extends java.lang.ObjectÜberschrift: RGroups.
Beschreibung: Klasse für die R-Gruppen.
Copyright: Copyright (c) ELO Digital Office GmbH 2018
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringR_GROUP_PATTERNR() Gruppe bestehend aus einer R() Anweisung und anderen Anweisungen.
-
Constructor Summary
Constructors Constructor Description RGroups(MatcherFactory factory)Konstruktor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<BarcodeRules>getRGroups()Trennt den Barcode Steuerstring in die einzelnen R() Gruppen auf.
-
-
-
Constructor Detail
-
RGroups
public RGroups(MatcherFactory factory)
Konstruktor.- Parameters:
factory- MatcherFactory
-
-
Method Detail
-
getRGroups
public java.util.List<BarcodeRules> getRGroups()
Trennt den Barcode Steuerstring in die einzelnen R() Gruppen auf.- Returns:
- R() Gruppen
-
-