com.ibm.pdp.maf.rpp.pac.library
Interface Library

All Superinterfaces:
AbstractRadicalElement, Element, RadicalElement

public interface Library
extends AbstractRadicalElement

The Library allows to define some generation parameters and output formats.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 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()
           
 
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.common.AbstractRadicalElement
getGCLines
 
Methods inherited from interface com.ibm.pdp.maf.rpp.kernel.RadicalElement
getCalledEntities, getDescriptionTypes, getDesignId, getEntityVersion, getKeywords, getLabel, getName, getPackage, getProject, isResolved
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getAlphanumericDelimiter

AlphanumericDelimiterValues getAlphanumericDelimiter()

This character delimits alphanumeric literals in the generated COBOL programs. It depends on the value in the COBOL type field.

Returns:

getCenturyReferenceYear

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:

Returns:

getCenturySystemDate

CenturySystemDateValues getCenturySystemDate()

With this option, the system date indicates the century in the generated applications.

Returns:

getCobolFormatting

boolean getCobolFormatting()

This option specifies whether or not generated programs (batch or on-line) from a given Library will be formatted.

Returns:

getCobolType

ProgramVariantValues getCobolType()

This field is used to automatically adapt the extracted elements from a higher level Library to the COBOL type specified.

Returns:

getCommentsInsertionOption

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.

Returns:

getDecimalPointDelimiter

DecimalDelimiterValues getDecimalPointDelimiter()

When using the OnLine Systems Development function, this field specifies the character to be used as the decimal separator.

Returns:

getGeneratedDateFormat

GeneratedDateFormatValues getGeneratedDateFormat()

When using the OnLine Systems Development function, this field specifies the date format to be used in generated programs.

Returns:

getGeneratedLanguage

GeneratedLanguageValues getGeneratedLanguage()

Contains the program generation language, depending on the hardware in use.

Returns:

getGOLines

java.util.List<GLine> getGOLines()

The -GO lines can be updated by administrators only, to enter generation options. The administrator can:

Returns:

getMapType

MapTypeValues getMapType()

TP monitor variant.

Returns: