|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLumiSoft.Data.DataRelationCollection
public class DataRelationCollection
| Method Summary | |
|---|---|
DataRelation |
Add(java.lang.String name,
DataColumn parentColumn,
DataColumn childColumn)
Creates a DataRelation with the specified name, and parent and child columns, and adds it to the collection. |
void |
Clear()
Clears the collection of any relations. |
boolean |
Conatains(java.lang.String relationName)
Verifies whether a DataRelation with the given name (case insensitive) exists in the collection. |
DataRelation |
get(int index)
Gets the DataRelation object at the specified index. |
DataRelation |
get(java.lang.String relationName)
Gets the DataRelation object specified by name. |
int |
getCount()
Gets the total number of elements in a collection. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public DataRelation Add(java.lang.String name,
DataColumn parentColumn,
DataColumn childColumn)
name - parentColumn - childColumn -
public void Clear()
public boolean Conatains(java.lang.String relationName)
relationName -
public int getCount()
public DataRelation get(int index)
index -
public DataRelation get(java.lang.String relationName)
relationName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||