Mylyn WikiText

Uses of Class
org.eclipse.mylyn.wikitext.core.validation.ValidationProblem.Severity

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're 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
 


Mylyn WikiText

Copyright © 2007, 2009 David Green and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html