public class ValidationMsg extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ValidationMsg.Severity |
| Constructor and Description |
|---|
ValidationMsg(ValidationMsg.Severity severity,
Msg message,
Object reference) |
| Modifier and Type | Method and Description |
|---|---|
Msg |
getMessage() |
Object |
getReference() |
ValidationMsg.Severity |
getSeverity() |
String |
getShortname() |
public ValidationMsg(ValidationMsg.Severity severity, Msg message, Object reference)
public Object getReference()
public String getShortname()
public Msg getMessage()
public ValidationMsg.Severity getSeverity()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.