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