Enum Class JobDefFunctions

java.lang.Object
java.lang.Enum<JobDefFunctions>
org.frankframework.scheduler.JobDefFunctions
All Implemented Interfaces:
Serializable, Comparable<JobDefFunctions>, Constable, DocumentedEnum

public enum JobDefFunctions extends Enum<JobDefFunctions> implements DocumentedEnum
Author:
Niels Meijer
  • Enum Constant Details

  • Method Details

    • values

      public static JobDefFunctions[] 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 JobDefFunctions 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
    • isNotEqualToAtLeastOneOf

      public boolean isNotEqualToAtLeastOneOf(JobDefFunctions... functions)
    • isEqualToAtLeastOneOf

      public boolean isEqualToAtLeastOneOf(JobDefFunctions... functions)
    • getJobClass

      public Class<? extends IJob> getJobClass()
      Should never return NULL