Package | Description |
---|---|
org.milyn.validation |
Modifier and Type | Method and Description |
---|---|
OnFail |
Validator.getOnFail() |
static OnFail |
OnFail.valueOf(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 are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ValidationResult.addResult(OnFailResult result,
OnFail onFail)
Adds the
OnFailResult with OnFail level passed in. |
void |
Validator.setOnFail(OnFail onFail) |
Constructor and Description |
---|
Validator(String compositRuleName,
OnFail onFail)
Public constructor.
|
Copyright © 2020. All rights reserved.