Class DDBase

java.lang.Object
com.portal.pfc.infranet.datadict.DDBase
All Implemented Interfaces:
IConstants, Comparable
Direct Known Subclasses:
DDClass, DDField

public abstract class DDBase extends Object implements Comparable, IConstants
It constructs the required base FList for the storable classes and fields. It has got a method to sort all the fields available in the data dictionary in a alphabitical order for the field browser. Methods are provided in this class which allows a user to extract the required info of the storable classes and fields that are to be displayed in the property panel. Some of the methods are over-ridded in the derived classes.