Class TandemNative


public class TandemNative extends NumericFormatBinary
  • Method Details

    • calculateFormattedCellSize

      public int calculateFormattedCellSize()
      Overrides:
      calculateFormattedCellSize in class NumericFormatBinary
    • getStorageCellSize

      public final int getStorageCellSize()
      Description copied from class: Format
      This is the number of characters in field.
      For example, PIC X(10) will have 10 characters
      or PIC 9(16) will have 16 characters
      but PIC 9(16) COMP-3 will have 8 characters
      Overrides:
      getStorageCellSize in class NumericFormat
      Returns:
      cellsize