childClasses property

List<InheritanceDefinition> childClasses
getter/setter pair

If set to a List of InheritanceDefinitions the class is a parent class and stores the child classes.

Implementation

List<InheritanceDefinition> childClasses;