com.ibm.pdp.maf.rpp.pac.segment
Interface Table

All Superinterfaces:
AbstractRadicalElement, AbstractSegment, Element, RadicalElement

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.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getGenerateFolder()
           
 java.lang.String getGenerateProject()
           
 java.util.List<SubSchemaAndSubSystem> getSSLines()
           
 java.lang.String getTableNumber()
           
 
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.segment.AbstractSegment
getCELines, getDataStructure, getGELines, getGenerationLibrary, getGGLines, getGOLines, getLevelAddressLength, getOccurrencesNumber, getStatistics, getTableSize, getType
 
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.common.AbstractRadicalElement
getGCLines
 
Methods inherited from interface com.ibm.pdp.maf.rpp.kernel.RadicalElement
getCalledEntities, getDescriptionTypes, getDesignId, getEntityVersion, getKeywords, getLabel, getName, getPackage, getProject, isResolved
 

Field Detail

copyright

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

getGenerateFolder

java.lang.String getGenerateFolder()

Returns:

getGenerateProject

java.lang.String getGenerateProject()

Returns:

getSSLines

java.util.List<SubSchemaAndSubSystem> getSSLines()

Give the list of the subschemas and subsystems defined for the Pactables table.

Returns:

getTableNumber

java.lang.String getTableNumber()

Indicates the identifier of the Pactables table.

Returns: