Uses of Class
org.milyn.validation.OnFail

Uses of OnFail in org.milyn.validation
 

Methods in org.milyn.validation that return OnFail
 OnFail Validator.getOnFail()
           
static OnFail OnFail.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OnFail[] OnFail.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.milyn.validation with parameters of type OnFail
protected  void ValidationResult.addResult(OnFailResult result, OnFail onFail)
          Adds the OnFailResult with OnFail level passed in.
 void Validator.setOnFail(OnFail onFail)
           
 

Constructors in org.milyn.validation with parameters of type OnFail
Validator(java.lang.String compositRuleName, OnFail onFail)
          Public constructor.
 



Copyright © 2011. All Rights Reserved.