DroidDiagram Programmer's Guide
Relationship Enumeration
See Also
 






The members of this enumeration specify how table rows should be related. They can be used as parameters of the addRelation method of the TableNode class.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public enum Relationship

 Members

  Member name Description

ManyToOne

The specified row is at the "many" end of a one-to-many relation.

OneToMany

The specified row is at the "one" end of a one-to-many relation.

 See Also

com.mindfusion.diagramming Namespace