DocumentTableRelation
Leave feedback
On this page
Inheritance: java.lang.Object
public class DocumentTableRelation
Represents a parent-child relationship between two DocumentTable objects.
| Method | Description |
|---|---|
| getParentColumn() | Gets the parent column of this relation. |
| getChildColumn() | Gets the child column of this relation. |
public DocumentTableColumn getParentColumn()
Gets the parent column of this relation.
Returns: DocumentTableColumn - The parent column of this relation.
public DocumentTableColumn getChildColumn()
Gets the child column of this relation.
Returns: DocumentTableColumn - The child column of this relation.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.