Enum Class SuppressKeys

java.lang.Object
java.lang.Enum<SuppressKeys>
org.frankframework.configuration.SuppressKeys
All Implemented Interfaces:
Serializable, Comparable<SuppressKeys>, Constable

public enum SuppressKeys extends Enum<SuppressKeys>
Enumeration class for suppressing configuration warnings.
Author:
alisihab
  • Enum Constant Details

    • SQL_INJECTION_SUPPRESS_KEY

      public static final SuppressKeys SQL_INJECTION_SUPPRESS_KEY
    • DEPRECATION_SUPPRESS_KEY

      public static final SuppressKeys DEPRECATION_SUPPRESS_KEY
    • DEFAULT_VALUE_SUPPRESS_KEY

      public static final SuppressKeys DEFAULT_VALUE_SUPPRESS_KEY
    • TRANSACTION_SUPPRESS_KEY

      public static final SuppressKeys TRANSACTION_SUPPRESS_KEY
    • INTEGRITY_CHECK_SUPPRESS_KEY

      public static final SuppressKeys INTEGRITY_CHECK_SUPPRESS_KEY
    • RESULT_SET_HOLDABILITY

      public static final SuppressKeys RESULT_SET_HOLDABILITY
    • CONFIGURATION_VALIDATION

      public static final SuppressKeys CONFIGURATION_VALIDATION
    • FLOW_GENERATION_ERROR

      public static final SuppressKeys FLOW_GENERATION_ERROR
    • MULTIPASSWORD_KEYSTORE_SUPPRESS_KEY

      public static final SuppressKeys MULTIPASSWORD_KEYSTORE_SUPPRESS_KEY
    • XSLT_STREAMING_SUPRESS_KEY

      public static final SuppressKeys XSLT_STREAMING_SUPRESS_KEY
    • XSD_VALIDATION_WARNINGS_SUPPRESS_KEY

      public static final SuppressKeys XSD_VALIDATION_WARNINGS_SUPPRESS_KEY
    • XSD_VALIDATION_ERROR_SUPPRESS_KEY

      public static final SuppressKeys XSD_VALIDATION_ERROR_SUPPRESS_KEY
    • XSD_VALIDATION_FATAL_ERROR_SUPPRESS_KEY

      public static final SuppressKeys XSD_VALIDATION_FATAL_ERROR_SUPPRESS_KEY
  • Method Details

    • values

      public static SuppressKeys[] 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 SuppressKeys 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
    • getKey

      public String getKey()
    • isAllowGlobalSuppression

      public boolean isAllowGlobalSuppression()