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

Interface CicsAssignClause

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


    public interface CicsAssignClause
    extends ASTNode
    A representation of an option in a CICS ASSIGN command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsAssignClause()
    • Method Detail

      • getEnvVariableName

        java.lang.String getEnvVariableName()
        Returns the value of the 'Env Variable Name' attribute.

        The value is the name of the option, for example ABCODE, ABDUMP.

        Returns:
        the value of the 'Env Variable Name' attribute.
        See Also:
        setEnvVariableName(String), COBOLPackage.getCicsAssignClause_EnvVariableName()
      • setEnvVariableName

        void setEnvVariableName(java.lang.String value)
        Sets the value of the 'Env Variable Name' attribute.
        Parameters:
        value - the new value of the 'Env Variable Name' attribute.
        See Also:
        getEnvVariableName()
      • getReceivingArea

        DataRef getReceivingArea()
        Returns the value of the 'Receiving Area' containment reference.

        The value is a representation of the data area specified in the option.

        Returns:
        the value of the 'Receiving Area' containment reference.
        See Also:
        setReceivingArea(DataRef), COBOLPackage.getCicsAssignClause_ReceivingArea()
      • setReceivingArea

        void setReceivingArea(DataRef value)
        Sets the value of the 'Receiving Area' containment reference.
        Parameters:
        value - the new value of the 'Receiving Area' containment reference.
        See Also:
        getReceivingArea()