-
enum CatTreeTypeEnum {
catTreeTypeClassical, catTreeTypeStructural, catTreeTypeHistorical, catTreeTypeRelational
} -
Types for the specification tree.
Role: This enum is used in the interface.- Values:
-
- catTreeTypeClassical
- Classical Windows style tree. dd>
- catTreeTypeStructural
- Structure-oriented representation of the tree. dd>
- catTreeTypeHistorical
- Constructive historic representation of the tree. dd>
- catTreeTypeRelational
- Relation-oriented representation of the tree. dd>