Class MFiller

All Implemented Interfaces:
AbstractDataObject, ISMDataType, ISMObject, ISMString

public class MFiller extends MString
representation of FILLER fields. The main difference between MFiller and the superclass (MString) is their initialization. COBOL specifies the values of FILLER fields should not change due to INITIALIZE method.
  • Constructor Details

    • MFiller

      public MFiller(int size, String defaultValue)
    • MFiller

      public MFiller(String theValue)
    • MFiller

      public MFiller(ISMBean owner, int size, String defaultValue)
    • MFiller

      public MFiller(ISMBean owner, int size, String defaultValue, boolean rightJustified)
    • MFiller

      public MFiller(ISMBean owner, String name, int size, String defaultValue)
    • MFiller

      public MFiller(ISMBean owner, String name, int size, String defaultValue, String picture)
  • Method Details