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

Interface CicsCursorClause

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


    public interface CicsCursorClause
    extends ASTNode
    A representation of the CURSOR option in a CICS command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsCursorClause()
    • Method Detail

      • getDataValue

        DataRefOrLiteral getDataValue()
        Returns the value of the 'Data Value' containment reference.

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

        Returns:
        the value of the 'Data Value' containment reference.
        See Also:
        setDataValue(DataRefOrLiteral), COBOLPackage.getCicsCursorClause_DataValue()
      • setDataValue

        void setDataValue(DataRefOrLiteral value)
        Sets the value of the 'Data Value' containment reference.
        Parameters:
        value - the new value of the 'Data Value' containment reference.
        See Also:
        getDataValue()