public interface UndefinedDataElementCELine extends CompositionCELine
The Data Element called in the CE Line is not defined on the repository.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
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.
|
getColumn, getSourceLines
static final java.lang.String copyright
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.
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.
boolean isBlankWhenZero()
This indicates if the BLANK WHEN ZERO clause must be generated.