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

Interface DataStructure

    • 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: