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

Interface IndexRef

    • Method Detail

      • getIndex

        IndexVariable getIndex()
        Returns the value of the 'Index' reference.

        Returns:
        the value of the 'Index' reference.
        See Also:
        setIndex(IndexVariable), COBOLPackage.getIndexRef_Index()
      • setIndex

        void setIndex(IndexVariable value)
        Sets the value of the 'Index' reference.
        Parameters:
        value - the new value of the 'Index' reference.
        See Also:
        getIndex()