Uses of Enum Class
net.codecrete.qrbill.generator.ValidationMessage.Type
Packages that use ValidationMessage.Type
-
Uses of ValidationMessage.Type in net.codecrete.qrbill.generator
Subclasses with type arguments of type ValidationMessage.Type in net.codecrete.qrbill.generatorMethods in net.codecrete.qrbill.generator that return ValidationMessage.TypeModifier and TypeMethodDescriptionValidationMessage.getType()Gets the type of messagestatic ValidationMessage.TypeReturns the enum constant of this class with the specified name.static ValidationMessage.Type[]ValidationMessage.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.codecrete.qrbill.generator with parameters of type ValidationMessage.TypeModifier and TypeMethodDescriptionvoidValidationResult.addMessage(ValidationMessage.Type type, String field, String messageKey) Adds a validation message to this validation resultvoidValidationResult.addMessage(ValidationMessage.Type type, String field, String messageKey, String[] messageParameters) Adds a validation message to this validation resultvoidValidationMessage.setType(ValidationMessage.Type type) Sets the type of messageConstructors in net.codecrete.qrbill.generator with parameters of type ValidationMessage.TypeModifierConstructorDescriptionValidationMessage(ValidationMessage.Type type, String field, String messageKey) Constructs a new validation message with the given values.ValidationMessage(ValidationMessage.Type type, String field, String messageKey, String[] messageParameters) Constructs a new validation message with the given values.