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

Interface CicsConvertTimeStmt

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


    public interface CicsConvertTimeStmt
    extends CicsStmt
    A representation of the CICS CONVERTTIME command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsConvertTimeStmt()
    • Method Detail

      • getDateString

        DataRefOrLiteral getDateString()
        Returns the value of the 'Date String' containment reference.

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

        Returns:
        the value of the 'Date String' containment reference.
        See Also:
        setDateString(DataRefOrLiteral), COBOLPackage.getCicsConvertTimeStmt_DateString()
      • setDateString

        void setDateString(DataRefOrLiteral value)
        Sets the value of the 'Date String' containment reference.
        Parameters:
        value - the new value of the 'Date String' containment reference.
        See Also:
        getDateString()
      • getABSTime

        DataRef getABSTime()
        Returns the value of the 'ABS Time' containment reference.

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

        Returns:
        the value of the 'ABS Time' containment reference.
        See Also:
        setABSTime(DataRef), COBOLPackage.getCicsConvertTimeStmt_ABSTime()
      • setABSTime

        void setABSTime(DataRef value)
        Sets the value of the 'ABS Time' containment reference.
        Parameters:
        value - the new value of the 'ABS Time' containment reference.
        See Also:
        getABSTime()