Enum Kernels

java.lang.Object
java.lang.Enum<Kernels>
io.github.ai4ci.config.riskmodel.Kernels
All Implemented Interfaces:
Serializable, Comparable<Kernels>, java.lang.constant.Constable

public enum Kernels extends Enum<Kernels>
  • Enum Constant Details

    • DEFAULT_SYMPTOM_ONSET_KERNEL

      public static final Kernels DEFAULT_SYMPTOM_ONSET_KERNEL
    • DEFAULT_TEST_SAMPLE_KERNEL

      public static final Kernels DEFAULT_TEST_SAMPLE_KERNEL
    • DEFAULT_CONTACT_KERNEL

      public static final Kernels DEFAULT_CONTACT_KERNEL
  • Method Details

    • values

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

      public static Kernels valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null