| Package | Description |
|---|---|
| org.xmcda |
| Modifier and Type | Method and Description |
|---|---|
Message.Level |
Message.getLevel() |
static Message.Level |
Message.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message.Level[] |
Message.Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected Message |
ProgramExecutionResult.addMessage(Message.Level level,
String text)
Adds a message to this object, along with its the degree of seriousness
|
void |
Message.setLevel(Message.Level level) |
| Constructor and Description |
|---|
Message(Message.Level level,
String text) |
Copyright © 2013–2021 Sébastien Bigaret, Patrick Meyer. All rights reserved.