Class IsoDecFS<M>

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

public class IsoDecFS<M> extends IsoField<M,BigDecimal>
Decimal Fixed-Length Right-Justified of N digits (1 ≤ N) with Scale Indicator.
  • Constructor Details

    • IsoDecFS

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