| Package | Description |
|---|---|
| fr.ifremer.coser | |
| fr.ifremer.coser.control |
Command specific classes.
|
| Modifier and Type | Method and Description |
|---|---|
static CoserConstants.ValidationLevel |
CoserConstants.ValidationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoserConstants.ValidationLevel[] |
CoserConstants.ValidationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected CoserConstants.ValidationLevel |
ControlError.level
Niveau de l'erreur (fatal, error, warning, info).
|
protected CoserConstants.ValidationLevel |
ControlErrorGroup.validationLevel |
| Modifier and Type | Method and Description |
|---|---|
CoserConstants.ValidationLevel |
ControlError.getLevel()
Niveau de l'erreur (fatal, error, warning, info).
|
CoserConstants.ValidationLevel |
ControlErrorGroup.getValidationLevel() |
| Modifier and Type | Method and Description |
|---|---|
void |
ControlError.setLevel(CoserConstants.ValidationLevel level)
Niveau de l'erreur (fatal, error, warning, info).
|
| Constructor and Description |
|---|
ControlErrorGroup(CoserConstants.Category category,
CoserConstants.ValidationLevel validationLevel,
String message) |
Copyright © 2010–2015 Ifremer. All rights reserved.