Class FooterKey


  • public final class FooterKey
    extends Object
    Case insensitive key for a FooterLine.
    • Field Detail

      • SIGNED_OFF_BY

        public static final FooterKey SIGNED_OFF_BY
        Standard Signed-off-by
      • ACKED_BY

        public static final FooterKey ACKED_BY
        Standard Acked-by
      • CC

        public static final FooterKey CC
        Standard CC
    • Constructor Detail

      • FooterKey

        public FooterKey​(String keyName)
        Create a key for a specific footer line.
        Parameters:
        keyName - name of the footer line.
    • Method Detail

      • getName

        public String getName()
        Get name of this footer line.
        Returns:
        name of this footer line.