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

Interface FixedTableDataItem

    • Method Detail

      • getNumberOfElements

        int getNumberOfElements()
        Returns the value of the 'Number Of Elements' attribute.

        The value is the number specified in the OCCURS clause.

        Returns:
        the value of the 'Number Of Elements' attribute.
        See Also:
        setNumberOfElements(int), COBOLPackage.getFixedTableDataItem_NumberOfElements()
      • setNumberOfElements

        void setNumberOfElements(int value)
        Sets the value of the 'Number Of Elements' attribute.
        Parameters:
        value - the new value of the 'Number Of Elements' attribute.
        See Also:
        getNumberOfElements()