The Consultingwerk.Framework.TypeDescriptor package provides the ability to describe
properties of an ABL class. One purpose of describing properties is to allow dynamic property
sheet like UI generation based on the properties of an ABL type. That way the property descriptor
of a parameter class might be used to provide an UI to edit the object properties by a user.
The description of the classes properties goes beyond the Reflection features that are announced
for OpenEdge 11.6. See SCL-785
and SCL-786 for details.