Package | Description |
---|---|
net.sf.jguiraffe.transform |
The transform package contains interfaces and classes for transforming
and validating data.
|
Modifier and Type | Method and Description |
---|---|
ValidationMessageLevel |
ValidationMessage.getLevel()
Returns the
ValidationMessageLevel associated with this message. |
protected ValidationMessageLevel |
DefaultValidationMessageHandler.getMessageLevel(TransformerContext context)
Determines the
ValidationMessageLevel 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.
|
Modifier and Type | Method and Description |
---|---|
Collection<ValidationMessage> |
ValidationResult.getValidationMessages(ValidationMessageLevel level)
Returns a collection with all
ValidationMessage objects of the
specified level that were created during validation. |
Collection<ValidationMessage> |
DefaultValidationResult.getValidationMessages(ValidationMessageLevel level)
Returns an unmodifiable collection with the
ValidationMessage
objects with the specified ValidationMessageLevel . |
boolean |
ValidationResult.hasMessages(ValidationMessageLevel level)
Returns a flag whether this object contains validation messages of the
specified level.
|
boolean |
DefaultValidationResult.hasMessages(ValidationMessageLevel level)
Returns a flag whether messages of the specified level are available.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.