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

Interface ObjectComputerParagraph

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


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

    The following features are supported:

    See Also:
    COBOLPackage.getObjectComputerParagraph()
    • 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.getObjectComputerParagraph_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()
      • getMemorySize

        MemorySize getMemorySize()
        Returns the value of the 'Memory Size' containment reference.

        The value is a representation of the MEMORY SIZE clause.

        Returns:
        the value of the 'Memory Size' containment reference.
        See Also:
        setMemorySize(MemorySize), COBOLPackage.getObjectComputerParagraph_MemorySize()
      • setMemorySize

        void setMemorySize(MemorySize value)
        Sets the value of the 'Memory Size' containment reference.
        Parameters:
        value - the new value of the 'Memory Size' containment reference.
        See Also:
        getMemorySize()
      • getProgramCollatingSequence

        Alphabet getProgramCollatingSequence()
        Returns the value of the 'Program Collating Sequence' reference.

        The value is the alphabet name specified in the PROGRAM COLLATING SEQUENCE clause.

        Returns:
        the value of the 'Program Collating Sequence' reference.
        See Also:
        setProgramCollatingSequence(Alphabet), COBOLPackage.getObjectComputerParagraph_ProgramCollatingSequence()
      • getSegmentLimit

        int getSegmentLimit()
        Returns the value of the 'Segment Limit' attribute.

        The value is the priority number specified in the SEGMENT-LIMIT clause.

        Returns:
        the value of the 'Segment Limit' attribute.
        See Also:
        setSegmentLimit(int), COBOLPackage.getObjectComputerParagraph_SegmentLimit()
      • setSegmentLimit

        void setSegmentLimit(int value)
        Sets the value of the 'Segment Limit' attribute.
        Parameters:
        value - the new value of the 'Segment Limit' attribute.
        See Also:
        getSegmentLimit()