Interface IFactoryKey

All Known Implementing Classes:
FactoryKey

public interface IFactoryKey
Identifies a factory by product group and type.
Author:
Eike Stepper
No Implement
This interface is not intended to be implemented by clients.
No Extend
This interface is not intended to be extended by clients.
  • Field Details

  • Method Details

    • getProductGroup

      String getProductGroup()
    • getType

      String getType()