Package wt.introspection

Uses WTIntrospector to provide enhanced introspection above and beyond normal Java introspection via the information objects ClassInfo, LinkInfo and DatabaseInfo.

See:
          Description

Class Summary
ChangeableKind Enumeration of constants for kinds of changeability.
ClassInfo ClassInfo is the class for providing class meta-data There will be an instance of this class for each modeled business class that is installed.
DatastoreElementType Enumeration of constants for kinds of database elements.
LinkInfo LinkInfo is the class for providing class meta-data There will be an instance of this class for each modeled link business class that is installed.
RoleDescriptor RoleDescriptor supplies meta-data information for a role of a Link (AssociationEnd).
WTIntrospector WTIntrospector is a factory for class info objects.
 

Package wt.introspection Description

Uses WTIntrospector to provide enhanced introspection above and beyond normal Java introspection via the information objects ClassInfo, LinkInfo and DatabaseInfo.