Uses of Class
net.sf.jguiraffe.transform.ValidationMessageLevel
-
Packages that use ValidationMessageLevel Package Description net.sf.jguiraffe.transform The transform package contains interfaces and classes for transforming and validating data. -
-
Uses of ValidationMessageLevel in net.sf.jguiraffe.transform
Methods in net.sf.jguiraffe.transform that return ValidationMessageLevel Modifier and Type Method Description ValidationMessageLevel
ValidationMessage. getLevel()
Returns theValidationMessageLevel
associated with this message.protected ValidationMessageLevel
DefaultValidationMessageHandler. getMessageLevel(TransformerContext context)
Determines theValidationMessageLevel
for the validation messages produced by this object.static ValidationMessageLevel
ValidationMessageLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValidationMessageLevel[]
ValidationMessageLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jguiraffe.transform with parameters of type ValidationMessageLevel Modifier and Type Method Description Collection<ValidationMessage>
DefaultValidationResult. getValidationMessages(ValidationMessageLevel level)
Returns an unmodifiable collection with theValidationMessage
objects with the specifiedValidationMessageLevel
.Collection<ValidationMessage>
ValidationResult. getValidationMessages(ValidationMessageLevel level)
Returns a collection with allValidationMessage
objects of the specified level that were created during validation.boolean
DefaultValidationResult. hasMessages(ValidationMessageLevel level)
Returns a flag whether messages of the specified level are available.boolean
ValidationResult. hasMessages(ValidationMessageLevel level)
Returns a flag whether this object contains validation messages of the specified level.
-