Uses of Enum
org.pipservices3.commons.validate.ValidationResultType
Packages that use ValidationResultType
-
Uses of ValidationResultType in org.pipservices3.commons.validate
Methods in org.pipservices3.commons.validate that return ValidationResultTypeModifier and TypeMethodDescriptionValidationResult.getType()
Gets the type of the validation result: Information, Warning, or Error.static ValidationResultType
Returns the enum constant of this type with the specified name.static ValidationResultType[]
ValidationResultType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pipservices3.commons.validate with parameters of type ValidationResultTypeConstructors in org.pipservices3.commons.validate with parameters of type ValidationResultTypeModifierConstructorDescriptionValidationResult
(String path, ValidationResultType type, String code, String message, Object expected, Object actual) Creates a new instance of validation result and sets its values.