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

Interface CicsCommunicationAreaClause

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


    public interface CicsCommunicationAreaClause
    extends ASTNode
    A representation of the CICS options COMMAREA, LENGTH, and DATALENGTH.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsCommunicationAreaClause()
    • Method Detail

      • getCommArea

        DataRef getCommArea()
        Returns the value of the 'Comm Area' containment reference.

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

        Returns:
        the value of the 'Comm Area' containment reference.
        See Also:
        setCommArea(DataRef), COBOLPackage.getCicsCommunicationAreaClause_CommArea()
      • setCommArea

        void setCommArea(DataRef value)
        Sets the value of the 'Comm Area' containment reference.
        Parameters:
        value - the new value of the 'Comm Area' containment reference.
        See Also:
        getCommArea()
      • getLength

        DataRefOrLiteral getLength()
        Returns the value of the 'Length' containment reference.

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

        Returns:
        the value of the 'Length' containment reference.
        See Also:
        setLength(DataRefOrLiteral), COBOLPackage.getCicsCommunicationAreaClause_Length()
      • setLength

        void setLength(DataRefOrLiteral value)
        Sets the value of the 'Length' containment reference.
        Parameters:
        value - the new value of the 'Length' containment reference.
        See Also:
        getLength()
      • getDataLength

        DataRefOrLiteral getDataLength()
        Returns the value of the 'Data Length' containment reference.

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

        Returns:
        the value of the 'Data Length' containment reference.
        See Also:
        setDataLength(DataRefOrLiteral), COBOLPackage.getCicsCommunicationAreaClause_DataLength()
      • setDataLength

        void setDataLength(DataRefOrLiteral value)
        Sets the value of the 'Data Length' containment reference.
        Parameters:
        value - the new value of the 'Data Length' containment reference.
        See Also:
        getDataLength()