com.ibm.pdp.maf.rpp.pac.report
Interface UndefinedDataElementCELine

All Superinterfaces:
CompositionCELine, Element

public interface UndefinedDataElementCELine
extends CompositionCELine

The Data Element called in the CE Line is not defined on the repository.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getFormat()
          This field is used to specify the output format of the Data Element which is not defined in the repository, using the COBOL syntax.
 java.lang.String getName()
          Mnemonic code which references the Data Element independently of any Data Structure, Report, or Screen to which the Data Element might belong.
 boolean isBlankWhenZero()
          This indicates if the BLANK WHEN ZERO clause must be generated.
 
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.report.CompositionCELine
getColumn, getSourceLines
 

Field Detail

copyright

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

getFormat

java.lang.String getFormat()

This field is used to specify the output format of the Data Element which is not defined in the repository, using the COBOL syntax. Its length is 14 characters maximum.

Returns:

getName

java.lang.String getName()

Mnemonic code which references the Data Element independently of any Data Structure, Report, or Screen to which the Data Element might belong. Including a Report, Screen, or Segment code in the Data Element code is not necessary since it is automatic. This code consists of alphabetic or numeric characters only.

Returns:

isBlankWhenZero

boolean isBlankWhenZero()

This indicates if the BLANK WHEN ZERO clause must be generated.

Returns: