Class IFB_LLNUM


public class IFB_LLNUM extends ISOStringFieldPackager
ISOFieldPackager Binary LLNUM
See Also:
  • Constructor Details

    • IFB_LLNUM

      public IFB_LLNUM()
      Default constructor.
    • IFB_LLNUM

      public IFB_LLNUM(int len, String description, boolean isLeftPadded)
      Constructs a packager with the given length and description.
      Parameters:
      len - - field len
      description - symbolic descrption
      isLeftPadded - if true, apply padding
    • IFB_LLNUM

      public IFB_LLNUM(int len, String description, boolean isLeftPadded, boolean fPadded)
      Constructs a packager with extended options.
      Parameters:
      len - field length
      description - field description
      isLeftPadded - if true, left-pad the value
      fPadded - if true, use F-padded BCD encoding
  • Method Details

    • setLength

      public void setLength(int len)
      Description copied from class: ISOFieldPackager
      Sets the maximum field length.
      Overrides:
      setLength in class ISOFieldPackager
      Parameters:
      len - the maximum length
    • setPad

      public void setPad(boolean pad)
      Must override ISOFieldPackager method to set the Interpreter correctly
      Overrides:
      setPad in class ISOFieldPackager
      Parameters:
      pad - true to enable padding