public class ValidationMessage extends Object implements Comparable<ValidationMessage>
| Modifier and Type | Class and Description |
|---|---|
static class |
ValidationMessage.Type |
| Constructor and Description |
|---|
ValidationMessage(ValidationMessage.Type type,
String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ValidationMessage other) |
String |
getMessage() |
ValidationMessage.Type |
getType() |
String |
toString() |
public ValidationMessage(ValidationMessage.Type type, String message)
public ValidationMessage.Type getType()
public String getMessage()
public int compareTo(ValidationMessage other)
compareTo in interface Comparable<ValidationMessage>Copyright © 2006–2016 Julian Hyde. All rights reserved.