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

Interface CicsStartAttachStmt

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


    public interface CicsStartAttachStmt
    extends CicsStmt
    A representation of the CICS START ATTACH command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsStartAttachStmt()
    • Method Detail

      • getTransId

        DataRefOrLiteral getTransId()
        Returns the value of the 'Trans Id' containment reference.

        The value is a representation of the name specified in the TRANSID option.

        Returns:
        the value of the 'Trans Id' containment reference.
        See Also:
        setTransId(DataRefOrLiteral), COBOLPackage.getCicsStartAttachStmt_TransId()
      • setTransId

        void setTransId(DataRefOrLiteral value)
        Sets the value of the 'Trans Id' containment reference.
        Parameters:
        value - the new value of the 'Trans Id' containment reference.
        See Also:
        getTransId()
      • getFrom

        DataRef getFrom()
        Returns the value of the 'From' containment reference.

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

        Returns:
        the value of the 'From' containment reference.
        See Also:
        setFrom(DataRef), COBOLPackage.getCicsStartAttachStmt_From()
      • setFrom

        void setFrom(DataRef value)
        Sets the value of the 'From' containment reference.
        Parameters:
        value - the new value of the 'From' containment reference.
        See Also:
        getFrom()
      • 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.getCicsStartAttachStmt_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()