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

Interface TableDataItem

    • Method Detail

      • getTableItem

        DataItem getTableItem()
        Returns the value of the 'Table Item' containment reference.

        The value is the data item that defines the content of the table. If it is a group data item, that group data item contains the child data items.

        Returns:
        the value of the 'Table Item' containment reference.
        See Also:
        setTableItem(DataItem), COBOLPackage.getTableDataItem_TableItem()
      • setTableItem

        void setTableItem(DataItem value)
        Sets the value of the 'Table Item' containment reference.
        Parameters:
        value - the new value of the 'Table Item' containment reference.
        See Also:
        getTableItem()
      • getKeys

        java.util.List getKeys()
        Returns the value of the 'Keys' containment reference list. The list contents are of type TableKeyInfo.

        Returns:
        the value of the 'Keys' containment reference list.
        See Also:
        COBOLPackage.getTableDataItem_Keys()
      • getIndexVars

        java.util.List getIndexVars()
        Returns the value of the 'Index Vars' containment reference list. The list contents are of type IndexVariable.

        The value is the indexes defined in the INDEXED BY phrase.

        Returns:
        the value of the 'Index Vars' containment reference list.
        See Also:
        COBOLPackage.getTableDataItem_IndexVars()