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

Interface RerunClause

    • Method Detail

      • getAssignmentName

        AssignmentName getAssignmentName()
        Returns the value of the 'Assignment Name' containment reference.

        The value is the assignment name; if a file name is used, the value is null.

        Returns:
        the value of the 'Assignment Name' containment reference.
        See Also:
        setAssignmentName(AssignmentName), COBOLPackage.getRerunClause_AssignmentName()
      • setAssignmentName

        void setAssignmentName(AssignmentName value)
        Sets the value of the 'Assignment Name' containment reference.
        Parameters:
        value - the new value of the 'Assignment Name' containment reference.
        See Also:
        getAssignmentName()
      • getFile

        FileDescriptionEntry getFile()
        Returns the value of the 'File' reference.

        The value is the file name; if an assignment name is used, the value is null.

        Returns:
        the value of the 'File' reference.
        See Also:
        setFile(FileDescriptionEntry), COBOLPackage.getRerunClause_File()
      • setFile

        void setFile(FileDescriptionEntry value)
        Sets the value of the 'File' reference.
        Parameters:
        value - the new value of the 'File' reference.
        See Also:
        getFile()
      • getEveryRecordsClause

        EveryRecordsClause getEveryRecordsClause()
        Returns the value of the 'Every Records Clause' containment reference.

        The value is a representation of the every records clause; if the clause is not present, the value is null.

        Returns:
        the value of the 'Every Records Clause' containment reference.
        See Also:
        setEveryRecordsClause(EveryRecordsClause), COBOLPackage.getRerunClause_EveryRecordsClause()
      • getEndOfReelClause

        EndOfReelClause getEndOfReelClause()
        Returns the value of the 'End Of Reel Clause' containment reference.

        The value is a representation of the END OF REEL clause; if the clause is not present, the value is null.

        Returns:
        the value of the 'End Of Reel Clause' containment reference.
        See Also:
        setEndOfReelClause(EndOfReelClause), COBOLPackage.getRerunClause_EndOfReelClause()
      • getEndOfUnitClause

        EndOfUnitClause getEndOfUnitClause()
        Returns the value of the 'End Of Unit Clause' containment reference.

        The value is a representation of the END OF UNIT clause; if the clause is not present, the value is null.

        Returns:
        the value of the 'End Of Unit Clause' containment reference.
        See Also:
        setEndOfUnitClause(EndOfUnitClause), COBOLPackage.getRerunClause_EndOfUnitClause()