Class EnumHandlerFactory


  • public class EnumHandlerFactory
    extends java.lang.Object
    Factory for all available enumeration handlers.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      EnumerationHandler getHandler​(java.lang.Class<? extends IObject> klass)
      Returns an enumeration handler for a specific enumeration type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EnumHandlerFactory

        public EnumHandlerFactory()
    • Method Detail

      • getHandler

        public EnumerationHandler getHandler​(java.lang.Class<? extends IObject> klass)
        Returns an enumeration handler for a specific enumeration type.
        Parameters:
        klass - Enumeration type to retrieve a handler for.
        Returns:
        See above.