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

Interface CicsAskTimeStmt

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


    public interface CicsAskTimeStmt
    extends CicsStmt
    A representation of the CICS ASKTIME command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsAskTimeStmt()
    • Method Detail

      • 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; if that option is not used, the value is null.

        Returns:
        the value of the 'ABS Time' containment reference.
        See Also:
        setABSTime(DataRef), COBOLPackage.getCicsAskTimeStmt_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()