Class IndexLine


  • public class IndexLine
    extends java.lang.Object

    Überschrift: IndexLine.

    Beschreibung: Klasse zur Kapselung einer Indexzeilendefinition aus der Maskendefinition.

    Copyright: Copyright (c) ELO Digital Office GmbH 2018

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String displayName
      Anzeigename.
      java.lang.String groupName
      Gruppenname aus der Maskendefinition.
      int keyFlags
      Flags Eintrag.
      int maxLength
      Maximale Eingabelänge.
      int minLength
      Minimale Eingabelänge.
      int type
      Typ der Indexzeile.
    • Constructor Summary

      Constructors 
      Constructor Description
      IndexLine()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • groupName

        public java.lang.String groupName
        Gruppenname aus der Maskendefinition.
      • displayName

        public java.lang.String displayName
        Anzeigename.
      • keyFlags

        public int keyFlags
        Flags Eintrag.
      • minLength

        public int minLength
        Minimale Eingabelänge.
      • maxLength

        public int maxLength
        Maximale Eingabelänge.
      • type

        public int type
        Typ der Indexzeile.
    • Constructor Detail

      • IndexLine

        public IndexLine()