This package is contains code to Convert a Cobol Definition into a
RecordEditor/JRecord Type. This is to allow RecordEditor / JRecord to support more than one dialects of
Cobol
Currently Mainframe, Fujitsu, Open Cobol (default, Bs2000 Compatible Mode, Micro Focus Compatible Mode and MVS Mode).
Classes/Interfaces
- Conversion Interface for classes that will convert a Cobol Picture / Usage clause to a JRecord Type.
It holds all the conversion constants (i.e. Open Cobol etc)
- BasicConvert Standard implementation of Conversion. It basically operates off initial parameters
- ConversionManager Manager the various conversions classes.