|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStiEnumerator
Describes inteface that is used for moving in the data list.
Method Summary | |
---|---|
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)
|
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |