public interface MonoStructureSegment extends AbstractSegment
MonoStructureSegment identifies the Segments representing the common part of records in a file
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActionCode() |
java.lang.String |
getCreationCode() |
java.lang.String |
getDeletionCode() |
java.lang.String |
getModificationCode() |
java.lang.String |
getStructureCode() |
java.lang.String |
getType4Code() |
java.lang.String |
getType5Code() |
java.lang.String |
getType6Code() |
getCELines, getDataStructure, getGELines, getGenerationLibrary, getGGLines, getGOLines, getLevelAddressLength, getOccurrencesNumber, getStatistics, getTableSize, getType
getGCLines
getCalledEntities, getDescriptionTypes, getDesignId, getEntityVersion, getKeywords, getLabel, getName, getPackage, getProject, isResolved
static final java.lang.String copyright
java.lang.String getActionCode()
This field and the following fields getCreationCode(), getModificationCode(), getDeletionCode(), getType4Code(), getType5Code() and getType6Code() are used by a transaction file. This file is made of records that update a permanent file.
The type of update (creation, modification, deletion, or other cases) is called the action code.
Validations and updates are automatically associated with each type of update. In the common part of the file, a Data Element, called the 'action code Data Element', represents the action code.
java.lang.String getCreationCode()
Indicates the value of the Data Element which represents the action code that stands for 'create' for this file: Example: 'ADD'.
java.lang.String getDeletionCode()
Indicates the value of the Data Element which represents the action code that stands for 'delete' for this file. Example: 'DEL'.
java.lang.String getModificationCode()
Indicates the value of the Data Element which represents the action code that stands for 'modify' for this file. Example: 'CHG'.
java.lang.String getStructureCode()
Indicates the code of the Data Element used to identify the type of record.
java.lang.String getType4Code()
Indicates the value of the Data Element which represents the action code that stands for implicit action codes - (creation or modification).
java.lang.String getType5Code()
Indicates the value of the Data Element which represents the action code that stands for this user-defined action.
java.lang.String getType6Code()
Indicates the value of the Data Element which represents the action code that stands for this user-defined action.