Class FooterKey


  • public final class FooterKey
    extends java.lang.Object
    Case insensitive key for a FooterLine.
    • Constructor Summary

      Constructors 
      Constructor Description
      FooterKey​(java.lang.String keyName)
      Create a key for a specific footer line.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Get name of this footer line.
      java.lang.String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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
      • name

        private final java.lang.String name
      • raw

        final byte[] raw
    • Constructor Detail

      • FooterKey

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

      • getName

        public java.lang.String getName()
        Get name of this footer line.
        Returns:
        name of this footer line.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object