|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataStructure
Data Structures are logical groups of segments, which may be :
Records of files,
Segments of databases,
Work areas of programs,
Inter-program common areas,
Table items...
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 |
---|
static final java.lang.String copyright
Method Detail |
---|
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.
java.util.List<GLine> getGELines()
GELines display the error messages specified for the Data Structure.
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.
java.util.List<AbstractSegment> getLSLines()
Indicates the list of the segment linked to the data structure.
DataUnitTypeValues getType()
Indicates the type of the data structure : Data structure, Pactables table or Logical View.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |