com.openmarket.basic.interfaces
Interface IListBasic

All Superinterfaces:
IList

public interface IListBasic
extends IList

This interface extends the IList interface with an additional method for url columns.


Field Summary
 
Fields inherited from interface COM.FutureTense.Interfaces.IList
first, gotorow, last, next, prev
 
Method Summary
 FTVAL getFileContents(java.lang.String columnName)
          Returns column data (for url column).
 
Methods inherited from interface COM.FutureTense.Interfaces.IList
atEnd, clone, currentRow, flush, getColumnName, getFileData, getFileString, getIndirectColumnName, getName, getObject, getValue, hasData, moveTo, moveToRow, numColumns, numIndirectColumns, numRows, rename, stringInList
 

Method Detail

getFileContents

FTVAL getFileContents(java.lang.String columnName)
                      throws java.lang.NoSuchFieldException
Returns column data (for url column).

Parameters:
columnName - name of url column
Returns:
the data
Throws:
java.lang.NoSuchFieldException


Copyright (c) 2003 - 2011 FatWire Corporation All Rights Reserved.