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

Interface CicsForClause

    • Method Detail

      • getMillisecs

        DataRefOrLiteral getMillisecs()
        Returns the value of the 'Millisecs' containment reference. Specifies a fullword binary value in the range 0–999, when HOURS, MINUTES or SECONDS are also specified, or 0-359999999 when MILLISECS is the only option specified.
        Returns:
        the value of the 'Millisecs' containment reference.
        See Also:
        setMillisecs(DataRefOrLiteral), COBOLPackage.getCicsForClause_Millisecs()
      • setMillisecs

        void setMillisecs(DataRefOrLiteral value)
        Sets the value of the 'Millisecs' containment reference.
        Parameters:
        value - the new value of the 'Millisecs' containment reference.
        See Also:
        getMillisecs()