Class ValidationConstants.EnumValidationConstants

java.lang.Object
com.bluebell.greenhouse.platform.constants.validation.ValidationConstants.EnumValidationConstants
Enclosing class:
ValidationConstants

public static final class ValidationConstants.EnumValidationConstants extends Object
Enum-related validation messages.
Version:
3.0.5
Author:
Stephen Prizio
  • Field Details

    • CLASS_CANNOT_BE_NULL

      public static final String CLASS_CANNOT_BE_NULL
      Validation message used when the supplied class instance is null.
      See Also:
    • CODE_CANNOT_BE_NULL

      public static final String CODE_CANNOT_BE_NULL
      Validation message used when the supplied code is null.
      See Also:
    • ENUM_CANNOT_BE_NULL

      public static final String ENUM_CANNOT_BE_NULL
      Validation message used when the supplied enum is null.
      See Also:
    • MAPPING_FUNCTION_CANNOT_BE_NULL

      public static final String MAPPING_FUNCTION_CANNOT_BE_NULL
      Validation message used when the supplied mapping function is null.
      See Also:
    • ENUM_NOT_FOUND

      public static final String ENUM_NOT_FOUND
      Validation message used when an enum is not found.
      See Also: