TopCfgDefn
is the root of the configuration definition hierarchy. Every configuration has TopCfgDefn
as a superclass. The TopCfgDefn
has no properties or relations. However, it can be used to determine all the configuration definitions currently available to the administration framework using the {@link #getAllChildren()}.
NOTE: it is not possible to retrieve I18N related information or profile information for this managed object definition. In particular, calls to the methods {@link #getSynopsis()}, {@link #getDescription()}, {@link #getUserFriendlyName()}, and {@link #getUserFriendlyPluralName()} will not work.
|
|