Uses of Class
org.eclipse.wst.validation.Validator.Level

Packages that use Validator.Level
org.eclipse.wst.validation A framework for calling validators that are build based. 
 

Uses of Validator.Level in org.eclipse.wst.validation
 

Methods in org.eclipse.wst.validation that return Validator.Level
 Validator.Level Validator.V2.getLevel()
           
static Validator.Level Validator.Level.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Validator.Level[] Validator.Level.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.wst.validation with parameters of type Validator.Level
 void Validator.V2.setLevel(Validator.Level level)