Interface MFragmentFactory

All Known Implementing Classes:
FragmentFactoryImpl

public interface MFragmentFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
  • Field Details

    • INSTANCE

      static final MFragmentFactory INSTANCE
      The singleton instance of the factory.
  • Method Details

    • createModelFragments

      MModelFragments createModelFragments()
      Returns a new object of class 'Model Fragments'.
      Returns:
      a new object of class 'Model Fragments'.
      Since:
      1.0
    • createStringModelFragment

      MStringModelFragment createStringModelFragment()
      Returns a new object of class 'String Model Fragment'.
      Returns:
      a new object of class 'String Model Fragment'.
      Since:
      1.0