public class ValidatorSet extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Set<Validator> |
validators |
| Constructor and Description |
|---|
ValidatorSet(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValidator(Validator validator) |
String |
getName() |
Set<Validator> |
getValidators() |
public ValidatorSet(String name)
Copyright © 2021 Flowable. All rights reserved.