public class DataRecordSetCollection
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | getActiveRecordsetId() | |
void | setActiveRecordsetId(java.lang.Stringvalue) | |
ActiveRecordsetID | ||
int | getCount() | |
Gets the number of elements actually contained in the collection.
|
||
java.lang.String | getNextId() | |
void | setNextId(java.lang.Stringvalue) | |
NextID | ||
DataRecordSet | get(int index) | |
Gets the element at the specified index.
|
Method Summary | ||
---|---|---|
int | add(DataRecordSet dataRecordSet) | |
Add the dataRecordSet in the collection.
|
||
void | clear() | |
Removes all elements from collection.
|
||
boolean | isExist(int index) | |
Is exist item in the collection.
|
||
java.util.Iterator | iterator() | |
Supports a simple iteration over a nongeneric collection.
|
||
void | remove(DataRecordSet dataRecordSet) | |
Remove the dataRecordSet from the collection.
|
public java.lang.String getNextId() / public void setNextId(java.lang.String value)
public java.lang.String getActiveRecordsetId() / public void setActiveRecordsetId(java.lang.String value)
public int getCount()
public DataRecordSet get(int index)
index
- public int add(DataRecordSet dataRecordSet)
dataRecordSet
- public void remove(DataRecordSet dataRecordSet)
dataRecordSet
- public java.util.Iterator iterator()
public boolean isExist(int index)
index
- index of element.public void clear()