public interface StandardSegment extends AbstractSegment
Specific Segments.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getActionCodeValue()
This field and the following fields getPresenceInCreation(), getPresenceInModification(), getPresenceInDeletion(), getPresenceInType4(), getPresenceInType5() and getPresenceInType6() are used by a transaction file. |
PresenceCheckValues |
getPresenceInCreation() |
PresenceCheckValues |
getPresenceInDeletion() |
PresenceCheckValues |
getPresenceInModification() |
PresenceCheckValues |
getPresenceInType4() |
PresenceCheckValues |
getPresenceInType5() |
PresenceCheckValues |
getPresenceInType6() |
java.lang.String |
getStructureCodeValue() |
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 getActionCodeValue()
This field and the following fields getPresenceInCreation(), getPresenceInModification(), getPresenceInDeletion(), getPresenceInType4(), getPresenceInType5() and getPresenceInType6() 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.
PresenceCheckValues getPresenceInCreation()
Indicates the presence specifications for the specific Segment. You specify whether the presence of the specific Segment is required when a 'create' action is carried out.
PresenceCheckValues getPresenceInDeletion()
Indicates the presence specifications for the specific Segment. You specify whether the presence of the specific Segment is required when a 'delete' action is carried out.
PresenceCheckValues getPresenceInModification()
Indicates the presence specifications for the specific Segment. You specify whether the presence of the specific Segment is required when a 'modify' action is carried out.
PresenceCheckValues getPresenceInType4()
Indicates the presence specifications for the specific Segment. You specify whether the presence of the specific Segment is required when a type 4 action is carried out.
PresenceCheckValues getPresenceInType5()
Indicates the presence specifications for the specific Segment. You specify whether the presence of the specific Segment is required when a type 5 action is carried out.
PresenceCheckValues getPresenceInType6()
Indicates the presence specifications for the specific Segment. You specify whether the presence of the specific Segment is required when a type 6 action is carried out.
java.lang.String getStructureCodeValue()
Value of the structure code as a COBOL literal. This information is required when a variable file is used in a Segment.