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

Interface CicsTimeFormatDays

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


    public interface CicsTimeFormatDays
    extends CicsTimeFormat
    A representation of the CICS options DAYS, HOURS, MINUTES, or SECONDS.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsTimeFormatDays()
    • Method Detail

      • getDays

        DataRefOrLiteral getDays()
        Returns the value of the 'Days' containment reference.

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

        Returns:
        the value of the 'Days' containment reference.
        See Also:
        setDays(DataRefOrLiteral), COBOLPackage.getCicsTimeFormatDays_Days()
      • setDays

        void setDays(DataRefOrLiteral value)
        Sets the value of the 'Days' containment reference.
        Parameters:
        value - the new value of the 'Days' containment reference.
        See Also:
        getDays()