public interface Library extends AbstractRadicalElement
The Library allows to define some generation parameters and output formats.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
AlphanumericDelimiterValues |
getAlphanumericDelimiter() |
int |
getCenturyReferenceYear() |
CenturySystemDateValues |
getCenturySystemDate() |
boolean |
getCobolFormatting() |
ProgramVariantValues |
getCobolType() |
CommentsInsertionOptionValues |
getCommentsInsertionOption() |
DecimalDelimiterValues |
getDecimalPointDelimiter() |
GeneratedDateFormatValues |
getGeneratedDateFormat() |
GeneratedLanguageValues |
getGeneratedLanguage() |
java.util.List<GLine> |
getGOLines() |
MapTypeValues |
getMapType() |
getGCLines
getCalledEntities, getDescriptionTypes, getDesignId, getKeywords, getLabel, getName, getPackage, getProject, isResolved
static final java.lang.String copyright
AlphanumericDelimiterValues getAlphanumericDelimiter()
This character delimits alphanumeric literals in the generated COBOL programs. It depends on the value in the COBOL type field.
int getCenturyReferenceYear()
This year is used to calculate the century during a date transformation containing only the year. The default value upon the creation of the generation parameters is 61.
This calculation occurs if:
The system date does not include the century and the calculation is performed with the Nor W value entered in the Century system date field.
A date transformation operator is used. The calculation mode depends on the operator used.
CenturySystemDateValues getCenturySystemDate()
With this option, the system date indicates the century in the generated applications.
boolean getCobolFormatting()
This option specifies whether or not generated programs (batch or on-line) from a given Library will be formatted.
ProgramVariantValues getCobolType()
This field is used to automatically adapt the extracted elements from a higher level Library to the COBOL type specified.
CommentsInsertionOptionValues getCommentsInsertionOption()
You can use the O or N values but you are advised to rather use the Y or S values presented in the table.
DecimalDelimiterValues getDecimalPointDelimiter()
When using the OnLine Systems Development function, this field specifies the character to be used as the decimal separator.
GeneratedDateFormatValues getGeneratedDateFormat()
When using the OnLine Systems Development function, this field specifies the date format to be used in generated programs.
GeneratedLanguageValues getGeneratedLanguage()
Contains the program generation language, depending on the hardware in use.
java.util.List<GLine> getGOLines()
The -GO lines can be updated by administrators only, to enter generation options. The administrator can:
Indicate the SCM import environment and application code,
Request the keeping of the date transformation function,
Modify the format of the generated indexes
Request the generation of cursor for update,
Request the breakdown of generated dates.
MapTypeValues getMapType()
TP monitor variant.