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

Interface CicsGetMainStmt

    • Method Detail

      • 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.getCicsGetMainStmt_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()
      • getFLength

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

        The value is a representation of the data value 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(DataRefOrLiteral), COBOLPackage.getCicsGetMainStmt_FLength()
      • setFLength

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

        boolean isBelow()
        Returns the value of the 'Below' attribute.

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

        Returns:
        the value of the 'Below' attribute.
        See Also:
        setBelow(boolean), COBOLPackage.getCicsGetMainStmt_Below()
      • setBelow

        void setBelow(boolean value)
        Sets the value of the 'Below' attribute.
        Parameters:
        value - the new value of the 'Below' attribute.
        See Also:
        isBelow()
      • 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.getCicsGetMainStmt_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()
      • getInitImg

        DataRefOrLiteral getInitImg()
        Returns the value of the 'Init Img' containment reference.

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

        Returns:
        the value of the 'Init Img' containment reference.
        See Also:
        setInitImg(DataRefOrLiteral), COBOLPackage.getCicsGetMainStmt_InitImg()
      • setInitImg

        void setInitImg(DataRefOrLiteral value)
        Sets the value of the 'Init Img' containment reference.
        Parameters:
        value - the new value of the 'Init Img' containment reference.
        See Also:
        getInitImg()
      • isShared

        boolean isShared()
        Returns the value of the 'Shared' attribute.

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

        Returns:
        the value of the 'Shared' attribute.
        See Also:
        setShared(boolean), COBOLPackage.getCicsGetMainStmt_Shared()
      • setShared

        void setShared(boolean value)
        Sets the value of the 'Shared' attribute.
        Parameters:
        value - the new value of the 'Shared' attribute.
        See Also:
        isShared()
      • isNoSuspend

        boolean isNoSuspend()
        Returns the value of the 'No Suspend' attribute.

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

        Returns:
        the value of the 'No Suspend' attribute.
        See Also:
        setNoSuspend(boolean), COBOLPackage.getCicsGetMainStmt_NoSuspend()
      • setNoSuspend

        void setNoSuspend(boolean value)
        Sets the value of the 'No Suspend' attribute.
        Parameters:
        value - the new value of the 'No Suspend' attribute.
        See Also:
        isNoSuspend()
      • isUserDataKey

        boolean isUserDataKey()
        Returns the value of the 'User Data Key' attribute.

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

        Returns:
        the value of the 'User Data Key' attribute.
        See Also:
        setUserDataKey(boolean), COBOLPackage.getCicsGetMainStmt_UserDataKey()
      • setUserDataKey

        void setUserDataKey(boolean value)
        Sets the value of the 'User Data Key' attribute.
        Parameters:
        value - the new value of the 'User Data Key' attribute.
        See Also:
        isUserDataKey()
      • isCicsDataKey

        boolean isCicsDataKey()
        Returns the value of the 'Cics Data Key' attribute.

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

        Returns:
        the value of the 'Cics Data Key' attribute.
        See Also:
        setCicsDataKey(boolean), COBOLPackage.getCicsGetMainStmt_CicsDataKey()
      • setCicsDataKey

        void setCicsDataKey(boolean value)
        Sets the value of the 'Cics Data Key' attribute.
        Parameters:
        value - the new value of the 'Cics Data Key' attribute.
        See Also:
        isCicsDataKey()