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

Interface SourceComputerParagraph

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


    public interface SourceComputerParagraph
    extends ASTNode
    A representation of the SOURCE-COMPUTER paragraph in the configuration section of the environment division.

    The following features are supported:

    See Also:
    COBOLPackage.getSourceComputerParagraph()
    • Method Detail

      • getComputerName

        java.lang.String getComputerName()
        Returns the value of the 'Computer Name' attribute.

        Returns:
        the value of the 'Computer Name' attribute.
        See Also:
        setComputerName(String), COBOLPackage.getSourceComputerParagraph_ComputerName()
      • setComputerName

        void setComputerName(java.lang.String value)
        Sets the value of the 'Computer Name' attribute.
        Parameters:
        value - the new value of the 'Computer Name' attribute.
        See Also:
        getComputerName()
      • isWithDebuggingMode

        boolean isWithDebuggingMode()
        Returns the value of the 'With Debugging Mode' attribute.

        The value is true if the WITH DEBUGGING MODE clause is present; false otherwise.

        Returns:
        the value of the 'With Debugging Mode' attribute.
        See Also:
        setWithDebuggingMode(boolean), COBOLPackage.getSourceComputerParagraph_WithDebuggingMode()
      • setWithDebuggingMode

        void setWithDebuggingMode(boolean value)
        Sets the value of the 'With Debugging Mode' attribute.
        Parameters:
        value - the new value of the 'With Debugging Mode' attribute.
        See Also:
        isWithDebuggingMode()