Class VipNumF8<M>

java.lang.Object
cl.netswitch.iso.vip8583.VipField<M,Integer>
cl.netswitch.iso.vip8583.VipNumF8<M>
Type Parameters:
M - the type of the VIP message.

public class VipNumF8<M> extends VipField<M,Integer>
Numeric Fixed-Length Right-Justified of 8 BCD digits (4 bytes).
  • Constructor Details

    • VipNumF8

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