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

Interface PIControllerTimes

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


    public interface PIControllerTimes
    extends PerformIterationController
    A representation of the TIMES clause in a PERFORM statement.

    The following features are supported:

    See Also:
    COBOLPackage.getPIControllerTimes()
    • Method Detail

      • getTimes

        DataRefOrLiteral getTimes()
        Returns the value of the 'Times' containment reference.

        Returns:
        the value of the 'Times' containment reference.
        See Also:
        setTimes(DataRefOrLiteral), COBOLPackage.getPIControllerTimes_Times()
      • setTimes

        void setTimes(DataRefOrLiteral value)
        Sets the value of the 'Times' containment reference.
        Parameters:
        value - the new value of the 'Times' containment reference.
        See Also:
        getTimes()