com.ibm.etools.cobol.application.model.cobol

Interface CicsDumpTransactionSegmentListClause

  • All Superinterfaces:
    ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier


    public interface CicsDumpTransactionSegmentListClause
    extends ASTNode
    A representation of the SEGMENTLIST, LENGTHLIST, and NUMSEGMENTS options in the CICS DUMP TRANSACTION command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsDumpTransactionSegmentListClause()
    • Method Detail

      • getSegmentList

        DataRef getSegmentList()
        Returns the value of the 'Segment List' containment reference.

        The value is a representation of the data area specified in the SEGMENTLIST option.

        Returns:
        the value of the 'Segment List' containment reference.
        See Also:
        setSegmentList(DataRef), COBOLPackage.getCicsDumpTransactionSegmentListClause_SegmentList()
      • setSegmentList

        void setSegmentList(DataRef value)
        Sets the value of the 'Segment List' containment reference.
        Parameters:
        value - the new value of the 'Segment List' containment reference.
        See Also:
        getSegmentList()
      • getLengthList

        DataRef getLengthList()
        Returns the value of the 'Length List' containment reference.

        The value is a representation of the data area specified in the LENGTHLIST option.

        Returns:
        the value of the 'Length List' containment reference.
        See Also:
        setLengthList(DataRef), COBOLPackage.getCicsDumpTransactionSegmentListClause_LengthList()
      • setLengthList

        void setLengthList(DataRef value)
        Sets the value of the 'Length List' containment reference.
        Parameters:
        value - the new value of the 'Length List' containment reference.
        See Also:
        getLengthList()
      • getNumSegments

        DataRefOrLiteral getNumSegments()
        Returns the value of the 'Num Segments' containment reference.

        The value is a representation of the data value specified in the NUMSEGMENTS option.

        Returns:
        the value of the 'Num Segments' containment reference.
        See Also:
        setNumSegments(DataRefOrLiteral), COBOLPackage.getCicsDumpTransactionSegmentListClause_NumSegments()
      • setNumSegments

        void setNumSegments(DataRefOrLiteral value)
        Sets the value of the 'Num Segments' containment reference.
        Parameters:
        value - the new value of the 'Num Segments' containment reference.
        See Also:
        getNumSegments()