Class AmexBinF4<M>

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

public class AmexBinF4<M> extends AmexField<M,Integer>
Binary Fixed-Length of 4 bytes.
  • Constructor Details

    • AmexBinF4

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