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.
    • Method Detail

      • getProductGroup

        java.lang.String getProductGroup()
      • getType

        java.lang.String getType()