LumiSoft.Data
Class DataRelation

java.lang.Object
  extended by LumiSoft.Data.DataRelation

public class DataRelation
extends java.lang.Object

Author:
Ivar To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
 DataColumn[] getChildColumns()
          Gets the child DataColumn objects of this relation.
 DataColumn[] getParentColumns()
          Gets the parent DataColumn objects of this relation.
 java.lang.String getRelationName()
          Gets the name used to retrieve a DataRelation from the DataRelationCollection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRelationName

public java.lang.String getRelationName()
Gets the name used to retrieve a DataRelation from the DataRelationCollection.

Returns:

getParentColumns

public DataColumn[] getParentColumns()
Gets the parent DataColumn objects of this relation.

Returns:

getChildColumns

public DataColumn[] getChildColumns()
Gets the child DataColumn objects of this relation.

Returns: