|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLumiSoft.Data.DataColumnCollection
public class DataColumnCollection
| Method Summary | |
|---|---|
DataColumn |
Add(java.lang.String columnName)
Creates and adds new data column. |
DataColumn |
Add(java.lang.String columnName,
java.lang.Class dataType)
Creates and adds new data column. |
void |
Clear()
Clears the collection of any columns. |
boolean |
Contains(java.lang.String columnName)
Checks whether the collection contains a column with the specified name. |
DataColumn |
get(int columnIndex)
Gets the DataColumn from the collection at the specified index. |
DataColumn |
get(java.lang.String columnName)
Gets the DataColumn from the collection with the specified name. |
int |
getCount()
Gets the total number of columns in a collection. |
java.util.Iterator<DataColumn> |
iterator()
Gets iterator. |
void |
Remove(DataColumn column)
Removes specified data column. |
void |
Remove(int index)
Removes the column at the specified index from the collection. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public DataColumn Add(java.lang.String columnName)
columnName -
public DataColumn Add(java.lang.String columnName,
java.lang.Class dataType)
columnName - dataType - public void Remove(DataColumn column)
column - public void Remove(int index)
index - public void Clear()
public boolean Contains(java.lang.String columnName)
columnName -
public DataColumn get(java.lang.String columnName)
columnName -
public DataColumn get(int columnIndex)
columnIndex -
public int getCount()
public java.util.Iterator<DataColumn> iterator()
iterator in interface java.lang.Iterable<DataColumn>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||