Uses of Class
net.sf.sfac.editor.ValidationMessage.Level

Packages that use ValidationMessage.Level
net.sf.sfac.editor   
 

Uses of ValidationMessage.Level in net.sf.sfac.editor
 

Methods in net.sf.sfac.editor that return ValidationMessage.Level
 ValidationMessage.Level ValidationReportImpl.getGlobalValidationLevel()
           
 ValidationMessage.Level ValidationReport.getGlobalValidationLevel()
           
 ValidationMessage.Level ExceptionValidationReport.getGlobalValidationLevel()
           
 ValidationMessage.Level ValidationMessage.getLevel()
           
 ValidationMessage.Level ValidationMessageImpl.getLevel()
           
static ValidationMessage.Level ValidationMessage.Level.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ValidationMessage.Level[] ValidationMessage.Level.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.sfac.editor with parameters of type ValidationMessage.Level
 boolean ValidationMessage.Level.greaterThan(ValidationMessage.Level other)
           
 

Constructors in net.sf.sfac.editor with parameters of type ValidationMessage.Level
ValidationMessageImpl(ValidationMessage.Level theLevel, String theFieldPath, String key, Object... params)
           
 



Copyright © 2012. All Rights Reserved.