| Modifier and Type | Method and Description |
|---|---|
ValidationMsg.Severity |
ValidationMsg.getSeverity() |
static ValidationMsg.Severity |
ValidationMsg.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationMsg.Severity[] |
ValidationMsg.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ValidationMsg(ValidationMsg.Severity severity,
Msg message,
Object reference) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.