Package ch.so.agi.filegdb.catalog
Class RelationshipClass
java.lang.Object
ch.so.agi.filegdb.catalog.RelationshipClass
Relationship class declared in the geodatabase catalog.
Properties:
name: relationship class nameoriginClassName: origin class namedestinationClassName: destination class namecardinality: relationship cardinalityforwardLabel: forward path labelbackwardLabel: backward path labelcomposite: whether the relationship is compositeattributed: whether the relationship carries attributesattachment: whether this is an attachment relationshiporiginKeys: keys in the origin classdestinationKeys: keys in the destination class
-
Constructor Summary
ConstructorsConstructorDescriptionRelationshipClass(String name, String originClassName, String destinationClassName, RelationshipCardinality cardinality, String forwardLabel, String backwardLabel, boolean composite, boolean attributed, boolean attachment, List<RelationshipKey> originKeys, List<RelationshipKey> destinationKeys) -
Method Summary
-
Constructor Details
-
RelationshipClass
public RelationshipClass(String name, String originClassName, String destinationClassName, RelationshipCardinality cardinality, String forwardLabel, String backwardLabel, boolean composite, boolean attributed, boolean attachment, List<RelationshipKey> originKeys, List<RelationshipKey> destinationKeys)
-
-
Method Details
-
name
-
originClassName
-
destinationClassName
-
cardinality
-
forwardLabel
-
backwardLabel
-
composite
public boolean composite() -
attributed
public boolean attributed() -
attachment
public boolean attachment() -
originKeys
-
destinationKeys
-
equals
-
hashCode
public final int hashCode() -
toString
-