|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationProblem.Severity | |
---|---|
org.eclipse.mylyn.wikitext.core.validation | A framework for validating documents according to markup-specific validation rules. |
Uses of ValidationProblem.Severity in org.eclipse.mylyn.wikitext.core.validation |
---|
Methods in org.eclipse.mylyn.wikitext.core.validation that return ValidationProblem.Severity | |
---|---|
ValidationProblem.Severity |
ValidationProblem.getSeverity()
|
static ValidationProblem.Severity |
ValidationProblem.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ValidationProblem.Severity[] |
ValidationProblem.Severity.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.eclipse.mylyn.wikitext.core.validation with parameters of type ValidationProblem.Severity | |
---|---|
void |
ValidationProblem.setSeverity(ValidationProblem.Severity severity)
|
Constructors in org.eclipse.mylyn.wikitext.core.validation with parameters of type ValidationProblem.Severity | |
---|---|
ValidationProblem(ValidationProblem.Severity severity,
String message,
int offset,
int length)
create a validation problem |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |