Enum Class CompositeTaskHandlerFactory.Mode

java.lang.Object
java.lang.Enum<CompositeTaskHandlerFactory.Mode>
no.skatteetaten.fastsetting.formueinntekt.felles.task.processor.CompositeTaskHandlerFactory.Mode
All Implemented Interfaces:
Serializable, Comparable<CompositeTaskHandlerFactory.Mode>, Constable
Enclosing class:
CompositeTaskHandlerFactory<TRANSACTION,EXCEPTION extends Exception,IDENTITY,SUPPLEMENT extends TaskSupplement,CONTEXT extends TaskContext<TRANSACTION,EXCEPTION,SUPPLEMENT>>

public static enum CompositeTaskHandlerFactory.Mode extends Enum<CompositeTaskHandlerFactory.Mode>
  • Enum Constant Details

  • Method Details

    • values

      public static CompositeTaskHandlerFactory.Mode[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static CompositeTaskHandlerFactory.Mode valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • stream

      Stream<Task> stream(Collection<Task> tasks)