Enum Class SourceType

java.lang.Object
java.lang.Enum<SourceType>
de.gematik.test.tiger.common.config.SourceType
All Implemented Interfaces:
Serializable, Comparable<SourceType>, Constable

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

    • DEFAULTS

      public static final SourceType DEFAULTS
    • MAIN_YAML

      public static final SourceType MAIN_YAML
    • HOST_YAML

      public static final SourceType HOST_YAML
    • ADDITIONAL_YAML

      public static final SourceType ADDITIONAL_YAML
    • TEST_YAML

      public static final SourceType TEST_YAML
    • ENV

      public static final SourceType ENV
    • PROPERTIES

      public static final SourceType PROPERTIES
    • CLI

      public static final SourceType CLI
    • RUNTIME_EXPORT

      public static final SourceType RUNTIME_EXPORT
    • TEST_CONTEXT

      public static final SourceType TEST_CONTEXT
    • THREAD_CONTEXT

      public static final SourceType THREAD_CONTEXT
    • SCOPE_LOCAL_CONTEXT

      public static final SourceType SCOPE_LOCAL_CONTEXT
  • Method Details

    • values

      public static SourceType[] 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 SourceType 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
    • getPrecedence

      public int getPrecedence()