Class ValidationConstants.ActionValidationConstants

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

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

    • ACTION_CANNOT_BE_NULL

      public static final String ACTION_CANNOT_BE_NULL
      Validation message used when an Action is null.
      See Also:
    • PERFORMABLE_ACTION_CANNOT_BE_NULL

      public static final String PERFORMABLE_ACTION_CANNOT_BE_NULL
      Validation message used when a performable action instance is null.
      See Also:
    • ACTION_MISSING_PERFORMABLE_ACTION

      public static final String ACTION_MISSING_PERFORMABLE_ACTION
      Validation message used when a performable action and its optional instantiated instance is null.
      See Also: