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

Interface CicsReadUpdateClause

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


    public interface CicsReadUpdateClause
    extends ASTNode
    A representation of the UPDATE and TOKEN options in a CICS READ command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsReadUpdateClause()
    • Method Detail

      • getToken

        DataRef getToken()
        Returns the value of the 'Token' containment reference.

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

        Returns:
        the value of the 'Token' containment reference.
        See Also:
        setToken(DataRef), COBOLPackage.getCicsReadUpdateClause_Token()
      • setToken

        void setToken(DataRef value)
        Sets the value of the 'Token' containment reference.
        Parameters:
        value - the new value of the 'Token' containment reference.
        See Also:
        getToken()