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

Interface CicsDeleteTokenClause

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


    public interface CicsDeleteTokenClause
    extends CicsDeleteTokenOrRIDFLDClause
    A representation of the TOKEN option in the CICS DELETE command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsDeleteTokenClause()
    • 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.

        Returns:
        the value of the 'Token' containment reference.
        See Also:
        setToken(DataRef), COBOLPackage.getCicsDeleteTokenClause_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()