Uses of Interface
com.ibm.pdp.maf.rpp.pac.segment.AbstractSegment

Packages that use AbstractSegment
com.ibm.pdp.maf.rpp.pac.blockbase This package describes the com.ibm.pdp.maf.rpp.pac.blockbase, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.common.dialog This package describes the com.ibm.pdp.maf.rpp.pac.common.dialog, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.datastructure This package describes the com.ibm.pdp.maf.rpp.pac.datastructure, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.program This package describes the com.ibm.pdp.maf.rpp.pac.program, see the description for an UML overview. 
com.ibm.pdp.maf.rpp.pac.segment This package describes the com.ibm.pdp.maf.rpp.pac.segment, see the description for an UML overview. 
 

Uses of AbstractSegment in com.ibm.pdp.maf.rpp.pac.blockbase
 

Methods in com.ibm.pdp.maf.rpp.pac.blockbase that return AbstractSegment
 AbstractSegment DCLine.getChildSegment()
           Child Segment code (member) can be used with an S-type line only.
 AbstractSegment DCLine.getFromSegment()
          Name of the physical file (file name), which supports the data.
 AbstractSegment DHLine.getParentSegment()
          Code of the Segment upon which the given Segment is hierarchically dependent.
 AbstractSegment DHLine.getSegment()
          Segment code.
 AbstractSegment DCLine.getSegment()
          Parent Segment or record depending on the network record type selected.
 

Uses of AbstractSegment in com.ibm.pdp.maf.rpp.pac.common.dialog
 

Methods in com.ibm.pdp.maf.rpp.pac.common.dialog that return AbstractSegment
 AbstractSegment ServerCallCSLine.getSegment()
          Segment called
 AbstractSegment SegmentCallCSLine.getSegment()
          Segment stored in repository
 

Uses of AbstractSegment in com.ibm.pdp.maf.rpp.pac.datastructure
 

Methods in com.ibm.pdp.maf.rpp.pac.datastructure that return types with arguments of type AbstractSegment
 java.util.List<AbstractSegment> DataStructure.getLSLines()
          Indicates the list of the segment linked to the data structure.
 

Uses of AbstractSegment in com.ibm.pdp.maf.rpp.pac.program
 

Methods in com.ibm.pdp.maf.rpp.pac.program that return AbstractSegment
 AbstractSegment SegmentCall.getSegment()
          Segment referenced.
 AbstractSegment MacroParameters.getSegment()
          Segment linked if the parameter refers to a Segment (S=XXYY).
 

Uses of AbstractSegment in com.ibm.pdp.maf.rpp.pac.segment
 

Subinterfaces of AbstractSegment in com.ibm.pdp.maf.rpp.pac.segment
 interface LogicalView
          A Logical View defines an information concept in your company data system.
 interface MonoStructureSegment
          MonoStructureSegment identifies the Segments representing the common part of records in a file
 interface Segment
          Specific Segments.
 interface Table
          A table is a set of 'n' occurrences of a Segment.
 

Methods in com.ibm.pdp.maf.rpp.pac.segment that return AbstractSegment
 AbstractSegment SegmentComponent.getSegment()
          Indicates the Segment called.
 AbstractSegment LVSegmentComponent.getSegment()
          Indicates the Segment called.