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

Interface CicsOnClause

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


    public interface CicsOnClause
    extends ASTNode
    A representation of the CICS options specified in the ON clause of the DEFINE TIMER command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsOnClause()
    • Method Detail

      • getYear

        DataRefOrLiteral getYear()
        Returns the value of the 'Year' containment reference.

        The value is a representation of the data value specified in the YEAR option.

        Returns:
        the value of the 'Year' containment reference.
        See Also:
        setYear(DataRefOrLiteral), COBOLPackage.getCicsOnClause_Year()
      • setYear

        void setYear(DataRefOrLiteral value)
        Sets the value of the 'Year' containment reference.
        Parameters:
        value - the new value of the 'Year' containment reference.
        See Also:
        getYear()
      • getMonth

        DataRefOrLiteral getMonth()
        Returns the value of the 'Month' containment reference.

        The value is a representation of the data value specified in the MONTH option; if the option is not used, the value is null.

        Returns:
        the value of the 'Month' containment reference.
        See Also:
        setMonth(DataRefOrLiteral), COBOLPackage.getCicsOnClause_Month()
      • setMonth

        void setMonth(DataRefOrLiteral value)
        Sets the value of the 'Month' containment reference.
        Parameters:
        value - the new value of the 'Month' containment reference.
        See Also:
        getMonth()
      • getDayOfMonth

        DataRefOrLiteral getDayOfMonth()
        Returns the value of the 'Day Of Month' containment reference.

        The value is a representation of the data value specified in the DAYOFMONTH option; if that option is not used, the value is null.

        Returns:
        the value of the 'Day Of Month' containment reference.
        See Also:
        setDayOfMonth(DataRefOrLiteral), COBOLPackage.getCicsOnClause_DayOfMonth()
      • setDayOfMonth

        void setDayOfMonth(DataRefOrLiteral value)
        Sets the value of the 'Day Of Month' containment reference.
        Parameters:
        value - the new value of the 'Day Of Month' containment reference.
        See Also:
        getDayOfMonth()
      • getDayOfYear

        DataRefOrLiteral getDayOfYear()
        Returns the value of the 'Day Of Year' containment reference.

        The value is a representation of the data value specified in the DAYOFYEAR option; if that option is not used, the value is null.

        Returns:
        the value of the 'Day Of Year' containment reference.
        See Also:
        setDayOfYear(DataRefOrLiteral), COBOLPackage.getCicsOnClause_DayOfYear()
      • setDayOfYear

        void setDayOfYear(DataRefOrLiteral value)
        Sets the value of the 'Day Of Year' containment reference.
        Parameters:
        value - the new value of the 'Day Of Year' containment reference.
        See Also:
        getDayOfYear()