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

Interface CicsTimeFormat

    • Method Detail

      • getHours

        DataRefOrLiteral getHours()
        Returns the value of the 'Hours' containment reference.

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

        Returns:
        the value of the 'Hours' containment reference.
        See Also:
        setHours(DataRefOrLiteral), COBOLPackage.getCicsTimeFormat_Hours()
      • setHours

        void setHours(DataRefOrLiteral value)
        Sets the value of the 'Hours' containment reference.
        Parameters:
        value - the new value of the 'Hours' containment reference.
        See Also:
        getHours()
      • getMinutes

        DataRefOrLiteral getMinutes()
        Returns the value of the 'Minutes' containment reference.

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

        Returns:
        the value of the 'Minutes' containment reference.
        See Also:
        setMinutes(DataRefOrLiteral), COBOLPackage.getCicsTimeFormat_Minutes()
      • setMinutes

        void setMinutes(DataRefOrLiteral value)
        Sets the value of the 'Minutes' containment reference.
        Parameters:
        value - the new value of the 'Minutes' containment reference.
        See Also:
        getMinutes()
      • getSeconds

        DataRefOrLiteral getSeconds()
        Returns the value of the 'Seconds' containment reference.

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

        Returns:
        the value of the 'Seconds' containment reference.
        See Also:
        setSeconds(DataRefOrLiteral), COBOLPackage.getCicsTimeFormat_Seconds()
      • setSeconds

        void setSeconds(DataRefOrLiteral value)
        Sets the value of the 'Seconds' containment reference.
        Parameters:
        value - the new value of the 'Seconds' containment reference.
        See Also:
        getSeconds()