|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||