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

Interface CicsChangeTaskStmt

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


    public interface CicsChangeTaskStmt
    extends CicsStmt
    A representation of the CICS CHANGE TASK command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsChangeTaskStmt()
    • Method Detail

      • getPriority

        DataRefOrLiteral getPriority()
        Returns the value of the 'Priority' containment reference.

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

        Returns:
        the value of the 'Priority' containment reference.
        See Also:
        setPriority(DataRefOrLiteral), COBOLPackage.getCicsChangeTaskStmt_Priority()
      • setPriority

        void setPriority(DataRefOrLiteral value)
        Sets the value of the 'Priority' containment reference.
        Parameters:
        value - the new value of the 'Priority' containment reference.
        See Also:
        getPriority()