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

Interface CicsLoadStmt

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


    public interface CicsLoadStmt
    extends CicsStmt
    A representation of the CICS LOAD command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsLoadStmt()
    • Method Detail

      • getProgram

        DataRefOrLiteral getProgram()
        Returns the value of the 'Program' containment reference.

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

        Returns:
        the value of the 'Program' containment reference.
        See Also:
        setProgram(DataRefOrLiteral), COBOLPackage.getCicsLoadStmt_Program()
      • setProgram

        void setProgram(DataRefOrLiteral value)
        Sets the value of the 'Program' containment reference.
        Parameters:
        value - the new value of the 'Program' containment reference.
        See Also:
        getProgram()
      • getSet

        DataRef getSet()
        Returns the value of the 'Set' containment reference.

        The value is a representation of the pointer reference specified in the SET option; if that option is not used, the value is null.

        Returns:
        the value of the 'Set' containment reference.
        See Also:
        setSet(DataRef), COBOLPackage.getCicsLoadStmt_Set()
      • setSet

        void setSet(DataRef value)
        Sets the value of the 'Set' containment reference.
        Parameters:
        value - the new value of the 'Set' containment reference.
        See Also:
        getSet()
      • getLength

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

        The value is a representation of the data area 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(DataRef), COBOLPackage.getCicsLoadStmt_Length()
      • setLength

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

        DataRef getFLength()
        Returns the value of the 'FLength' containment reference.

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

        Returns:
        the value of the 'FLength' containment reference.
        See Also:
        setFLength(DataRef), COBOLPackage.getCicsLoadStmt_FLength()
      • setFLength

        void setFLength(DataRef value)
        Sets the value of the 'FLength' containment reference.
        Parameters:
        value - the new value of the 'FLength' containment reference.
        See Also:
        getFLength()
      • getEntry

        DataRef getEntry()
        Returns the value of the 'Entry' containment reference.

        The value is a representation of the pointer reference specified in the ENTRY option; if that option is not used, the value is null.

        Returns:
        the value of the 'Entry' containment reference.
        See Also:
        setEntry(DataRef), COBOLPackage.getCicsLoadStmt_Entry()
      • setEntry

        void setEntry(DataRef value)
        Sets the value of the 'Entry' containment reference.
        Parameters:
        value - the new value of the 'Entry' containment reference.
        See Also:
        getEntry()
      • isHold

        boolean isHold()
        Returns the value of the 'Hold' attribute.

        The value is true if the HOLD option is used; false otherwise.

        Returns:
        the value of the 'Hold' attribute.
        See Also:
        setHold(boolean), COBOLPackage.getCicsLoadStmt_Hold()
      • setHold

        void setHold(boolean value)
        Sets the value of the 'Hold' attribute.
        Parameters:
        value - the new value of the 'Hold' attribute.
        See Also:
        isHold()