Class TreeRelation
java.lang.Object
ch.tocco.nice2.dms.api.tree.TreeRelation
Describes a relation between to nodes in a tree (from the point of view
of the first node).
-
Constructor Summary
ConstructorsConstructorDescriptionTreeRelation(String relationName, Class<? extends ContentTreeNode> targetType) -
Method Summary
-
Constructor Details
-
TreeRelation
-
-
Method Details
-
getRelationName
- Returns:
- The relation name in the model.
-
getTargetType
- Returns:
- The type of the target node.
-
equals
-
hashCode
-