public interface IStiEnumerator
| Modifier and Type | Method and Description |
|---|---|
void |
First()
Sets a position at the beginning.
|
int |
getCount()
Gets count of elements.
|
boolean |
getIsBof()
Gets or sets value indicates that this position specifies to the beginning of data.
|
boolean |
getIsEmpty()
Gets value indicates that no data.
|
boolean |
getIsEof()
Gets or sets value indicates that this position specifies to the data end.
|
int |
getPosition()
Gets the current position.
|
void |
Last()
Sets a position on the last element.
|
void |
Next()
Sets a position on the next element.
|
void |
Prior()
Sets a position on the previous element.
|
void |
setIsBof(boolean value) |
void |
setIsEof(boolean value) |
void |
setPosition(int value) |
void First()
void Prior()
void Next()
void Last()
int getPosition()
void setPosition(int value)
int getCount()
boolean getIsEof()
void setIsEof(boolean value)
boolean getIsBof()
void setIsBof(boolean value)
boolean getIsEmpty()
Copyright © 2019 Stimulsoft. All Rights Reserved.