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

Interface CicsIntervalOrTimeClause

    • Method Detail

      • getHHMMSS

        DataRefOrLiteral getHHMMSS()
        Returns the value of the 'HHMMSS' containment reference.

        The value is a representation of the time specified in the option.

        Returns:
        the value of the 'HHMMSS' containment reference.
        See Also:
        setHHMMSS(DataRefOrLiteral), COBOLPackage.getCicsIntervalOrTimeClause_HHMMSS()
      • setHHMMSS

        void setHHMMSS(DataRefOrLiteral value)
        Sets the value of the 'HHMMSS' containment reference.
        Parameters:
        value - the new value of the 'HHMMSS' containment reference.
        See Also:
        getHHMMSS()