|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.carma.ui.events.ValidationResult
public class ValidationResult
Instances of this class describe the results of parameter validation.
| Field Summary | |
|---|---|
static int |
ERROR
A severity value indicating that the message is an error. |
static int |
INFO
A severity value indicating that the message is informational. |
java.lang.String |
message
The message associated with the validation result. |
int |
severity
The severity of the message; should be either INFO, WARNING, or ERROR. |
static int |
WARNING
A severity value indicating that the message is a warning. |
| Constructor Summary | |
|---|---|
ValidationResult()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int INFO
public static final int WARNING
public static final int ERROR
public int severity
public java.lang.String message
| Constructor Detail |
|---|
public ValidationResult()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||