public interface DataStructure extends AbstractRadicalElement
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...
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComments()
Comments must be specified when the Data Structure is used in a Program.
|
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. |
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.
|
getGCLines
getCalledEntities, getDescriptionTypes, getKeywords, getLabel, getName, getPackage, getProject
static final java.lang.String copyright
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.