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

Interface RefMod

    • Method Detail

      • getRef

        DataRef getRef()
        Returns the value of the 'Ref' containment reference.

        The value is a representation of the table reference being modified.

        Returns:
        the value of the 'Ref' containment reference.
        See Also:
        setRef(DataRef), COBOLPackage.getRefMod_Ref()
      • setRef

        void setRef(DataRef value)
        Sets the value of the 'Ref' containment reference.
        Parameters:
        value - the new value of the 'Ref' containment reference.
        See Also:
        getRef()
      • getStartPos

        Expr getStartPos()
        Returns the value of the 'Start Pos' containment reference.

        The value is the start position.

        Returns:
        the value of the 'Start Pos' containment reference.
        See Also:
        setStartPos(Expr), COBOLPackage.getRefMod_StartPos()
      • setStartPos

        void setStartPos(Expr value)
        Sets the value of the 'Start Pos' containment reference.
        Parameters:
        value - the new value of the 'Start Pos' containment reference.
        See Also:
        getStartPos()
      • getLen

        Expr getLen()
        Returns the value of the 'Len' containment reference.

        The value is the length.

        Returns:
        the value of the 'Len' containment reference.
        See Also:
        setLen(Expr), COBOLPackage.getRefMod_Len()
      • setLen

        void setLen(Expr value)
        Sets the value of the 'Len' containment reference.
        Parameters:
        value - the new value of the 'Len' containment reference.
        See Also:
        getLen()