com.ibm.pdp.maf.rpp.pac.datastructure
Interface DataStructure

All Superinterfaces:
AbstractRadicalElement, Element, RadicalElement

public interface DataStructure
extends AbstractRadicalElement

Data Structures are logical groups of segments, which may be :


Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getComments()
           
 java.util.List<GLine> getGELines()
           
 Library getGenerationLibrary()
          

Indicates the Library on which we can find the generation parameters for the entity.

 java.util.List<AbstractSegment> getLSLines()
           
 DataUnitTypeValues 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

getComments

java.lang.String getComments()

Comments must be specified when the Data Structure is used in a Program. It is used to generate the error messages.

Returns:

getGELines

java.util.List<GLine> getGELines()

GELines display the error messages specified for the Data Structure.

Returns:

getGenerationLibrary

Library getGenerationLibrary()

Indicates the Library on which we can find the generation parameters for the entity.

These parameters are related to the adaptation to the operating system in use.

Returns:

getLSLines

java.util.List<AbstractSegment> getLSLines()

Indicates the list of the segment linked to the data structure.

Returns:

getType

DataUnitTypeValues getType()

Indicates the type of the data structure : Data structure, Pactables table or Logical View.

Returns: