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

Interface PIControllerVarying

    • Method Detail

      • getVaryingClauses

        java.util.List getVaryingClauses()
        Returns the value of the 'Varying Clauses' containment reference list. The list contents are of type PIControllerVaryingClause.

        Returns:
        the value of the 'Varying Clauses' containment reference list.
        See Also:
        COBOLPackage.getPIControllerVarying_VaryingClauses()
      • isTestAfter

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

        The value is true if the TEST AFTER clause is present; false otherwise.

        Returns:
        the value of the 'Test After' attribute.
        See Also:
        setTestAfter(boolean), COBOLPackage.getPIControllerVarying_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()