Class IsoNumF8<M>

java.lang.Object
cl.netswitch.iso.iso8583.IsoField<M,Integer>
cl.netswitch.iso.iso8583.IsoNumF8<M>
Type Parameters:
M - the type of the ISO message.

public class IsoNumF8<M> extends IsoField<M,Integer>
Numeric Fixed-Length Right-Justified of 8 ASCII digits.
  • Constructor Details

    • IsoNumF8

      public IsoNumF8(int index, String name)
      Constructs a new IsoNumF8 instance.
      Parameters:
      index - the index of this field.
      name - the name of this field.
      Throws:
      NullPointerException - if name is null.
  • Method Details