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 ValidationMessageLevelValidationMessage. getLevel()Returns theValidationMessageLevelassociated with this message.protected ValidationMessageLevelDefaultValidationMessageHandler. getMessageLevel(TransformerContext context)Determines theValidationMessageLevelfor the validation messages produced by this object.static ValidationMessageLevelValidationMessageLevel. 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 theValidationMessageobjects with the specifiedValidationMessageLevel.Collection<ValidationMessage>ValidationResult. getValidationMessages(ValidationMessageLevel level)Returns a collection with allValidationMessageobjects of the specified level that were created during validation.booleanDefaultValidationResult. hasMessages(ValidationMessageLevel level)Returns a flag whether messages of the specified level are available.booleanValidationResult. hasMessages(ValidationMessageLevel level)Returns a flag whether this object contains validation messages of the specified level.
-