Class RelationshipClass

java.lang.Object
ch.so.agi.filegdb.catalog.RelationshipClass

public final class RelationshipClass extends Object
Relationship class declared in the geodatabase catalog.

Properties:

  • name: relationship class name
  • originClassName: origin class name
  • destinationClassName: destination class name
  • cardinality: relationship cardinality
  • forwardLabel: forward path label
  • backwardLabel: backward path label
  • composite: whether the relationship is composite
  • attributed: whether the relationship carries attributes
  • attachment: whether this is an attachment relationship
  • originKeys: keys in the origin class
  • destinationKeys: keys in the destination class