|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.nav.fleet.graph.ValidationMessage
public class ValidationMessage
Helper class for each validation message with level.
| Nested Class Summary | |
|---|---|
static class |
ValidationMessage.Level
Level for a message, typically it is a warning or an error. |
| Constructor Summary | |
|---|---|
ValidationMessage(ValidationMessage.Level level,
String message)
Constructor. |
|
| Method Summary | |
|---|---|
ValidationMessage.Level |
getLevel()
Returns the level. |
String |
getMessage()
Returns the message. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValidationMessage(ValidationMessage.Level level,
String message)
level - the level for a validation messagemessage - the message itself| Method Detail |
|---|
public ValidationMessage.Level getLevel()
public String getMessage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||