public interface Table extends AbstractSegment
A table is a set of 'n' occurrences of a Segment. This segment contains a unique Data Element which constitutes the data access key.
Pactables distinguishes between two types of Data Elements used in Segment descriptions: 'information' or 'technological'.
'Information' Data Elements are managed by Pactables in the input, validation, update and consultation procedures. These are the elementary Data Elements of the description.
Group Data Elements, called 'technological' Data Elements, can be introduced for programming needs and are ignored by Pactables.
The key Data Element can also be defined as a group. The input of the key for update is performed on the elementary Data Elements which compose it.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
java.util.List<SubSchemaAndSubSystem> |
getSSLines() |
java.lang.String |
getTableNumber() |
getCELines, getDataStructure, getGELines, getGenerationLibrary, getGGLines, getGOLines, getLevelAddressLength, getOccurrencesNumber, getStatistics, getTableSize, getType
getGCLines
getCalledEntities, getDescriptionTypes, getKeywords, getLabel, getName, getPackage, getProject
static final java.lang.String copyright
java.util.List<SubSchemaAndSubSystem> getSSLines()
Give the list of the subschemas and subsystems defined for the Pactables table.
java.lang.String getTableNumber()
Indicates the identifier of the Pactables table.