public abstract class AbstractIList extends Object implements COM.FutureTense.Interfaces.IList
Modifier | Constructor and Description |
---|---|
protected |
AbstractIList(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
atEnd() |
int |
currentRow() |
String |
getName() |
boolean |
hasData() |
boolean |
moveTo(int i) |
boolean |
moveToRow(int how,
int row) |
void |
rename(String newname) |
protected AbstractIList(String name)
public final String getName()
getName
in interface COM.FutureTense.Interfaces.IList
public final void rename(String newname)
rename
in interface COM.FutureTense.Interfaces.IList
public final boolean moveTo(int i)
moveTo
in interface COM.FutureTense.Interfaces.IList
public final boolean moveToRow(int how, int row)
moveToRow
in interface COM.FutureTense.Interfaces.IList
public final boolean atEnd()
atEnd
in interface COM.FutureTense.Interfaces.IList
public final boolean hasData()
hasData
in interface COM.FutureTense.Interfaces.IList
public final int currentRow()
currentRow
in interface COM.FutureTense.Interfaces.IList
Copyright © 2010–2017. All rights reserved.