Enum Class ValidationMessage.Type

java.lang.Object
java.lang.Enum<ValidationMessage.Type>
net.codecrete.qrbill.generator.ValidationMessage.Type
All Implemented Interfaces:
Serializable, Comparable<ValidationMessage.Type>, Constable
Enclosing class:
ValidationMessage

public static enum ValidationMessage.Type extends Enum<ValidationMessage.Type>
Type of validation message
  • Enum Constant Details

    • WARNING

      public static final ValidationMessage.Type WARNING
      Warning.

      A warning does not prevent the QR bill from being generated. Warnings usually indicate that data was truncated or otherwise modified.

    • ERROR

      public static final ValidationMessage.Type ERROR
      Error.

      Errors prevent the QR bill from being generated.

  • Method Details

    • values

      public static ValidationMessage.Type[] 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 ValidationMessage.Type 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