Uses of Class
edu.nrao.sss.validation.FailureSeverity

Packages that use FailureSeverity
edu.nrao.sss.validation Object validation support. 
 

Uses of FailureSeverity in edu.nrao.sss.validation
 

Fields in edu.nrao.sss.validation declared as FailureSeverity
protected  FailureSeverity Validation.severity
          A measure of the consequences of failing this validation.
 

Methods in edu.nrao.sss.validation that return FailureSeverity
 FailureSeverity ValidationFailure.getSeverity()
          Returns the severity of this failure.
static FailureSeverity FailureSeverity.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FailureSeverity[] FailureSeverity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.validation with parameters of type FailureSeverity
 void ValidationFailure.setSeverity(FailureSeverity newSeverity)
          Sets the severity of this failure.
 

Constructors in edu.nrao.sss.validation with parameters of type FailureSeverity
ValidationFailure(String displayMessage, String debugMessage, FailureSeverity severity, Object validationTarget, String nameOfValidator)
          Deprecated. 
ValidationFailure(String displayMessage, String debugMessage, FailureSeverity severity, Object validationTarget, String nameOfValidator, String nameOfTest)
          Creates a new instance with the given properties.
 



Copyright © 2009. All Rights Reserved.