DocumentTableRelation

Inheritance: java.lang.Object

public class DocumentTableRelation

Represents a parent-child relationship between two DocumentTable objects.

Methods

Method Description
getParentColumn() Gets the parent column of this relation.
getChildColumn() Gets the child column of this relation.

getParentColumn()

public DocumentTableColumn getParentColumn()

Gets the parent column of this relation.

Returns: DocumentTableColumn - The parent column of this relation.

getChildColumn()

public DocumentTableColumn getChildColumn()

Gets the child column of this relation.

Returns: DocumentTableColumn - The child column of this relation.