Class AmexNumF6<M>

java.lang.Object
cl.netswitch.iso.amex8583.AmexField<M,Integer>
cl.netswitch.iso.amex8583.AmexNumF6<M>
Type Parameters:
M - the type of the AMEX message.

public class AmexNumF6<M> extends AmexField<M,Integer>
Numeric Fixed-Length Right-Justified of 6 EBCDIC-500 digits.
  • Constructor Details

    • AmexNumF6

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