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

Interface PIControllerUntil

    • Method Detail

      • getUntil

        ExprConditional getUntil()
        Returns the value of the 'Until' containment reference.

        The value is the conditional expression in the UNTIL clause.

        Returns:
        the value of the 'Until' containment reference.
        See Also:
        setUntil(ExprConditional), COBOLPackage.getPIControllerUntil_Until()
      • setUntil

        void setUntil(ExprConditional value)
        Sets the value of the 'Until' containment reference.
        Parameters:
        value - the new value of the 'Until' containment reference.
        See Also:
        getUntil()
      • isTestAfter

        boolean isTestAfter()
        Returns the value of the 'Test After' attribute.

        The value is true if TEST AFTER is present; false if TEST BEFORE is present.

        Returns:
        the value of the 'Test After' attribute.
        See Also:
        setTestAfter(boolean), COBOLPackage.getPIControllerUntil_TestAfter()
      • setTestAfter

        void setTestAfter(boolean value)
        Sets the value of the 'Test After' attribute.
        Parameters:
        value - the new value of the 'Test After' attribute.
        See Also:
        isTestAfter()