Package | Description |
---|---|
org.guvnor.common.services.shared.message | |
org.guvnor.common.services.shared.validation.model |
Modifier and Type | Method and Description |
---|---|
static Level |
Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Level[] |
Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Level |
ValidationMessage.getLevel() |
Modifier and Type | Method and Description |
---|---|
void |
ValidationMessage.setLevel(Level level) |
Constructor and Description |
---|
ValidationMessage(Level level,
String text) |
ValidationMessage(long id,
Level level,
int line,
int column,
String text) |
ValidationMessage(long id,
Level level,
Path path,
int line,
int column,
String text) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.