Interface ITypedWrapperFactory

All Known Subinterfaces:
IListFactory, IPObjectFactory, IStructureFactory
All Known Implementing Classes:
DefaultListFactory, DefaultPObjectFactory, DefaultStructureFactory

public interface ITypedWrapperFactory
Author:
dobisekm
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getCommonSuperclass

      Class getCommonSuperclass()
      Returns:
      The interface implemented by all instances created by this factory.

      The returned class must follow the inheritance structure from the model. Therefore the returned class must also be instanceof of the classes returned by their supertype factories (applies to IPObject wrappers only.