| Package | Description |
|---|---|
| org.jboss.logging.processor.validation |
| Modifier and Type | Method and Description |
|---|---|
ValidationMessage.Type |
ValidationMessage.type()
The type of the message.
|
ValidationMessage.Type |
ValidationMessageFactory.ValidationErrorMessage.type() |
ValidationMessage.Type |
ValidationMessageFactory.ValidationWarningMessage.type() |
static ValidationMessage.Type |
ValidationMessage.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ValidationMessage.Type[] |
ValidationMessage.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|